HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 101 - 125 of 281) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syssem.c 38 Uint32 value;
43 DECLSPEC SDL_sem * SDLCALL SDL_CreateSemaphore(Uint32 initial_value)
82 DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
169 DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem *sem)
SDL_systhread.c 88 DECLSPEC Uint32 SDLCALL SDL_ThreadID(void)
92 return((Uint32) (tib->tib_ptib2->tib2_ultid));
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor_c.h 27 extern int SDL_CursorInit(Uint32 flags);
SDL_blit_0.c 158 Uint32 *map, *dst;
167 dst = (Uint32 *)info->d_pixels;
169 map = (Uint32 *)info->table;
198 Uint32 ckey = info->src->colorkey;
250 Uint32 ckey = info->src->colorkey;
284 Uint32 ckey = info->src->colorkey;
314 Uint32 *dstp = (Uint32 *)info->d_pixels;
317 Uint32 ckey = info->src->colorkey;
333 *dstp=((Uint32 *)palmap)[bit]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.h 65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 34 if ( badsize(sizeof(Uint32), 4) ) {
36 printf("sizeof(Uint32) != 4, instead = %lu\n",
37 (unsigned long) sizeof(Uint32));
65 Uint32 value32 = 0xEFBEADDE;
66 Uint32 swapped32 = 0xDEADBEEF;
testiconv.c 9 Uint32 *p = (Uint32 *)data;
testlock.c 14 static Uint32 mainthread;
39 Uint32 id = SDL_ThreadID();
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_main.h 72 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
SDL_cdrom.h 74 Uint32 length; /**< Length, in frames, of this track */
75 Uint32 offset; /**< Offset, in frames, from start of disk */
SDL_thread.h 92 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
97 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_main.h 72 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
SDL_cdrom.h 74 Uint32 length; /**< Length, in frames, of this track */
75 Uint32 offset; /**< Offset, in frames, from start of disk */
SDL_thread.h 92 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
97 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_main.h 72 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
SDL_cdrom.h 74 Uint32 length; /**< Length, in frames, of this track */
75 Uint32 offset; /**< Offset, in frames, from start of disk */
SDL_thread.h 92 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
97 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 52 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
68 Uint32 fxbndry;
69 Uint32 ydstlen;
70 Uint32 fillop;
127 Uint32 sign;
128 Uint32 start, stop;
130 Uint32 blitop;
184 Uint32 colorkey;
  /external/chromium_org/gpu/command_buffer/common/
types.h 52 typedef unsigned int uint32; typedef
174 typedef unsigned int Uint32;
179 typedef uint32_t Uint32;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_cdrom.h 74 Uint32 length; /**< Length, in frames, of this track */
75 Uint32 offset; /**< Offset, in frames, from start of disk */
SDL_thread.h 92 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
97 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
  /external/qemu/distrib/sdl-1.2.15/src/thread/beos/
SDL_systhread.c 81 Uint32 SDL_ThreadID(void)
83 return((Uint32)find_thread(NULL));
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_sysmutex.c 32 Uint32 owner;
75 Uint32 this_thread;
  /external/qemu/distrib/sdl-1.2.15/src/thread/pth/
SDL_systhread.c 89 Uint32 SDL_ThreadID(void)
91 return((Uint32)pth_self());
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 97 Uint32 width, height, bpp; /* frequently used data about the display */
98 Uint32 flags; /* flags for current mode, for teardown purposes */
99 Uint32 video_set; /* boolean; indicates if video was set correctly */
100 Uint32 warp_flag; /* boolean; notify to event loop that a warp just occured */
101 Uint32 warp_ticks; /* timestamp when the warp occured */
109 Uint32 current_mods; /* current keyboard modifiers, to track modifier state */
111 Uint32 last_virtual_button;/* last virtual mouse button pressed */
192 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags);

Completed in 1371 milliseconds

1 2 3 45 6 7 8 91011>>