HomeSort by relevance Sort by last modified time
    Searched full:_this (Results 251 - 275 of 341) sorted by null

<<11121314

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) {
glGetUniformIndices.cpp 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
81 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.c 58 static int Paud_OpenAudio(_THIS, SDL_AudioSpec *spec);
59 static void Paud_WaitAudio(_THIS);
60 static void Paud_PlayAudio(_THIS);
61 static Uint8 *Paud_GetAudioBuf(_THIS);
62 static void Paud_CloseAudio(_THIS);
125 static void Paud_WaitAudio(_THIS)
189 static void Paud_PlayAudio(_THIS)
216 static Uint8 *Paud_GetAudioBuf(_THIS)
221 static void Paud_CloseAudio(_THIS)
233 static int Paud_OpenAudio(_THIS, SDL_AudioSpec *spec
    [all...]
SDL_paudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 45 static int ph_VideoInit(_THIS, SDL_PixelFormat *vformat);
46 static SDL_Surface *ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
47 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
48 static void ph_VideoQuit(_THIS);
164 static PtWidget_t *ph_CreateWindow(_THIS)
173 static int ph_SetupWindow(_THIS, int w, int h, int flags)
347 static int ph_VideoInit(_THIS, SDL_PixelFormat* vformat)
448 static SDL_Surface* ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
568 static void ph_VideoQuit(_THIS)
594 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors
    [all...]
SDL_ph_modes.c 58 SDL_Rect **ph_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
108 void ph_FreeVideoModes(_THIS)
237 int ph_ToggleFullScreen(_THIS, int on)
242 int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode)
342 int ph_LeaveFullScreen(_THIS)
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 37 static int WIN_GL_ResetWindow(_THIS)
114 static int ChoosePixelFormatARB(_THIS, const int *iAttribs, const FLOAT *fAttribs)
172 int WIN_GL_SetupWindow(_THIS)
388 void WIN_GL_ShutDown(_THIS)
410 int WIN_GL_MakeCurrent(_THIS)
423 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value)
571 void WIN_GL_SwapBuffers(_THIS)
576 void WIN_GL_UnloadLibrary(_THIS)
595 int WIN_GL_LoadLibrary(_THIS, const char* path)
646 void *WIN_GL_GetProcAddress(_THIS, const char* proc
    [all...]
SDL_syswm.c 50 void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
212 void WIN_SetWMCaption(_THIS, const char *title, const char *icon)
230 int WIN_IconifyWindow(_THIS)
236 SDL_GrabMode WIN_GrabInput(_THIS, SDL_GrabMode mode)
277 int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info)
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
245 int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay)
256 void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay)
266 int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect *dst)
295 void BE_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 52 static int do_messages(_THIS, short *message);
54 static void do_mouse(_THIS, short mx, short my, short mb, short ks);
58 void GEM_InitOSKeymap(_THIS)
69 void GEM_PumpEvents(_THIS)
174 static int do_messages(_THIS, short *message)
298 static void do_mouse(_THIS, short mx, short my, short mb, short ks)
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 422 static int DX5_VideoInit(_THIS, SDL_PixelFormat *vformat);
423 static SDL_Rect **DX5_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
424 static SDL_Surface *DX5_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
425 static int DX5_SetColors(_THIS, int firstcolor, int ncolors,
427 static int DX5_SetGammaRamp(_THIS, Uint16 *ramp);
428 static int DX5_GetGammaRamp(_THIS, Uint16 *ramp);
429 static void DX5_VideoQuit(_THIS);
432 static int DX5_AllocHWSurface(_THIS, SDL_Surface *surface);
433 static int DX5_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst);
434 static int DX5_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcevents.c 140 void DC_PumpEvents(_THIS)
146 void DC_InitOSKeymap(_THIS)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 75 void RISCOS_PollMouse(_THIS);
78 void RISCOS_PollMouseHelper(_THIS, int fullscreen);
88 void FULLSCREEN_PumpEvents(_THIS)
100 void RISCOS_InitOSKeymap(_THIS)
223 void RISCOS_CheckMouseMode(_THIS)
235 void RISCOS_PollMouse(_THIS)
242 void WIMP_PollMouse(_THIS)
256 void RISCOS_PollMouseHelper(_THIS, int fullscreen)
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglevents_c.h 33 extern void VGL_InitOSKeymap(_THIS);
34 extern void VGL_PumpEvents(_THIS);
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 31 #define _THIS SDL_VideoDevice *this
109 void SDL_XBIOS_AddMode(_THIS, int actually_add, const xbiosmode_t *modeinfo);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
81 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.h 29 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.h 34 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarievents.c 59 static void Atari_InitializeEvents(_THIS)
113 void Atari_InitOSKeymap(_THIS)
123 void SDL_Atari_InitInternalKeymap(_THIS)
163 void Atari_PumpEvents(_THIS)

Completed in 139 milliseconds

<<11121314