Home
last modified time | relevance | path

Searched refs:nacl (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/build-scripts/
A Dconfig.sub.patch9 + os=-nacl
11 + nacl*)
13 + os=-nacl
25 os=-nacl
38 + -nacl*)
39 + os=-nacl
60 -nacl*)
61 + os=-nacl
A Dnacl-buildbot.sh14 TARBALL=sdl-nacl.tar.xz
47 ../configure --host=pnacl --prefix=$PWD/nacl-sdl2-installed
51 …l-sdl2-installed#/usr/local#g;" ./nacl-sdl2-installed/lib/libSDL2.la ./nacl-sdl2-installed/lib/pkg…
53 mv ./nacl-sdl2-installed ./usr/local
A Dnaclbuild.sh82 cp -f $SDLPATH/test/nacl/* $TESTBUILDPATH
A Dconfig.sub369 os=-nacl
371 nacl*)
373 os=-nacl
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c46 static SDL_VideoData nacl = {0}; variable
53 nacl.w = width; in NACL_SetScreenResolution()
54 nacl.h = height; in NACL_SetScreenResolution()
55 nacl.format = format; in NACL_SetScreenResolution()
57 if (nacl.window) { in NACL_SetScreenResolution()
58 nacl.window->w = width; in NACL_SetScreenResolution()
59 nacl.window->h = height; in NACL_SetScreenResolution()
60 SDL_SendWindowEvent(nacl.window, SDL_WINDOWEVENT_RESIZED, width, height); in NACL_SetScreenResolution()
103 device->driverdata = &nacl; in NACL_CreateDevice()
/AliOS-Things-master/components/SDL2/
A DREADME.md46 │ ├── nacl-buildbot.sh
76 │ ├── README-nacl.md
A Dconfigure25370 *-nacl|*-pnacl)
25371 ARCH=nacl
/AliOS-Things-master/components/SDL2/docs/
A DREADME-nacl.md24 in test/nacl/Makefile, which includes some monkey patching of the common.mk file
28 Also provided in test/nacl is the required support file, such as index.html,
A DREADME.md42 - [Native Client](README-nacl.md)

Completed in 28 milliseconds