HomeSort by relevance Sort by last modified time
    Searched full:sdl (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
Setup.sample 4 SDL = -I/usr/include/SDL -D_REENTRANT -lSDL
23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
24 font src/font.c $(SDL) $(FONT) $(DEBUG)
25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG)
26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG)
27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG)
28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG)
29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
Setup.sample 4 SDL = -I/usr/include/SDL -D_REENTRANT -lSDL
23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
24 font src/font.c $(SDL) $(FONT) $(DEBUG)
25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG)
26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG)
27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG)
28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG)
29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG
    [all...]
  /frameworks/wilhelm/src/desktop/
SDL.c 17 /** \file SDL.c SDL platform implementation */
22 /** \brief Called by SDL to fill the next audio output buffer */
43 /** \brief Called during slCreateEngine to initialize SDL */
66 /** \brief Called during Object::Destroy for engine to shutdown SDL */
  /external/libvncserver/client_examples/
SDLvncviewer.c 5 #include <SDL.h>
10 struct { int sdl; int rfb; } buttonMapping[]={ member in struct:__anon13508
44 SDL_Surface* sdl=SDL_SetVideoMode(width,height,depth,sdlFlags); local
45 rfbClientSetClientData(client, SDL_Init, sdl);
46 client->width = sdl->pitch / (depth / 8);
51 client->frameBuffer=sdl->pixels;
54 client->format.redShift=sdl->format->Rshift;
55 client->format.greenShift=sdl->format->Gshift;
56 client->format.blueShift=sdl->format->Bshift;
57 client->format.redMax=sdl->format->Rmask>>client->format.redShift
63 SDL_Surface* sdl=rfbClientGetClientData(client, SDL_Init); local
253 SDL_Surface* sdl; local
    [all...]
scrap.c 7 #include <SDL.h>
10 #include <SDL/SDL.h>
11 #include <SDL/SDL_syswm.h>
209 SDL_SetError("SDL is not running on known window manager");
235 SDL_SetError("SDL is not running on X11");
  /external/skia/include/views/
SkOSWindow_SDL.h 13 #include "SDL.h"
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 191 struct sockaddr_dl *sdl;
206 sdl = (struct sockaddr_dl *)(ifm + 1);
210 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 ||
211 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0)
213 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);
  /external/dhcpcd/
if-bsd.c 198 struct sockaddr_dl sdl; member in union:sockunion
256 su.sdl.sdl_len = sizeof(struct sockaddr_dl);
257 link_addr(rt->iface->name, &su.sdl);
325 struct sockaddr_dl sdl; local
424 memcpy(&sdl, rti_info[RTAX_IFA],
426 hwaddr = xmalloc(sdl.sdl_alen);
427 memcpy(hwaddr, LLADDR(&sdl),
428 sdl.sdl_alen);
430 sdl.sdl_alen);
  /external/skia/gyp/
views.gyp 67 # SDL
68 '../src/views/SDL/SkOSWindow_SDL.cpp',
81 '../src/views/SDL/SkOSWindow_SDL.cpp',
  /external/llvm/test/MC/Mips/mips2/
invalid-mips4-wrong-error.s 15 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
invalid-mips3-wrong-error.s 17 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/valgrind/none/tests/mips64/
load_store.c 104 /* sdl */
106 TEST2("sdl", i);
  /external/fio/tools/plot/samples/
fio-logs.tar.gz 
  /external/llvm/test/MC/Mips/mips1/
invalid-mips3-wrong-error.s 22 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
invalid-mips4-wrong-error.s 24 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips3-wrong-error.s 10 sdl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /frameworks/wilhelm/src/objects/
COutputMix.c 81 // Disable SDL_callback from being called periodically by SDL's internal thread.
  /bionic/libc/arch-mips/include/machine/
asm.h 69 #define SDLO sdl
80 #define SDHI sdl
  /development/ndk/platforms/android-21/arch-mips/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl

Completed in 543 milliseconds

1 2 3 4 5