Searched refs:nacl (Results 1 – 9 of 9) sorted by relevance
9 + os=-nacl11 + nacl*)13 + os=-nacl25 os=-nacl38 + -nacl*)39 + os=-nacl60 -nacl*)61 + os=-nacl
14 TARBALL=sdl-nacl.tar.xz47 ../configure --host=pnacl --prefix=$PWD/nacl-sdl2-installed51 …l-sdl2-installed#/usr/local#g;" ./nacl-sdl2-installed/lib/libSDL2.la ./nacl-sdl2-installed/lib/pkg…53 mv ./nacl-sdl2-installed ./usr/local
82 cp -f $SDLPATH/test/nacl/* $TESTBUILDPATH
369 os=-nacl371 nacl*)373 os=-nacl
46 static SDL_VideoData nacl = {0}; variable53 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()
46 │ ├── nacl-buildbot.sh76 │ ├── README-nacl.md
25370 *-nacl|*-pnacl)25371 ARCH=nacl
24 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,
42 - [Native Client](README-nacl.md)
Completed in 28 milliseconds