/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemwm_c.h | 34 extern void GEM_SetCaption(_THIS, const char *title, const char *icon); 35 extern void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask); 36 extern int GEM_IconifyWindow(_THIS); 37 extern SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode);
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macevents_c.h | 28 extern void Mac_InitEvents(_THIS); 29 extern void Mac_QuitEvents(_THIS); 31 extern void Mac_InitOSKeymap(_THIS); 32 extern void Mac_PumpEvents(_THIS);
|
SDL_macmouse_c.h | 27 extern void Mac_FreeWMCursor(_THIS, WMcursor *cursor); 28 extern WMcursor *Mac_CreateWMCursor(_THIS, 30 extern int Mac_ShowWMCursor(_THIS, WMcursor *cursor); 31 extern void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
SDL_macwm_c.h | 27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon); 37 extern void Mac_QuitGamma(_THIS); 38 extern int Mac_SetGammaRamp(_THIS, Uint16 *ramp); 39 extern int Mac_GetGammaRamp(_THIS, Uint16 *ramp);
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxmodes_c.h | 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ; 32 extern void NX_FreeVideoModes (_THIS) ; 33 extern int NX_EnterFullScreen (_THIS) ; 34 extern int NX_LeaveFullScreen (_THIS) ;
|
SDL_nxmouse_c.h | 26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ; 27 void NX_FreeWMCursor (_THIS, WMcursor * cursor) ; 28 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ; 29 extern int NX_ShowWMCursor (_THIS, WMcursor * cursor) ;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsmouse_c.h | 33 extern void GS_FreeWMCursor(_THIS, WMcursor *cursor); 34 extern WMcursor *GS_CreateWMCursor(_THIS, 36 extern void GS_MoveWMCursor(_THIS, int x, int y); 37 extern int GS_ShowWMCursor(_THIS, WMcursor *cursor);
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysmouse.cc | 34 WMcursor *QT_CreateWMCursor(_THIS, 42 int QT_ShowWMCursor(_THIS, WMcursor *cursor) 47 void QT_FreeWMCursor(_THIS, WMcursor *cursor) 51 void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_sysmouse_c.h | 27 extern void QT_FreeWMCursor(_THIS, WMcursor *cursor); 28 extern WMcursor *QT_CreateWMCursor(_THIS, 30 extern int QT_ShowWMCursor(_THIS, WMcursor *cursor); 31 extern void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglmouse.c | 36 void VGL_FreeWMCursor(_THIS, WMcursor *cursor) 41 WMcursor *VGL_CreateWMCursor(_THIS, 47 int VGL_ShowWMCursor(_THIS, WMcursor *cursor) 52 void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_vglmouse_c.h | 27 extern void VGL_FreeWMCursor(_THIS, WMcursor *cursor); 28 extern WMcursor *VGL_CreateWMCursor(_THIS, 30 extern int VGL_ShowWMCursor(_THIS, WMcursor *cursor); 31 extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsevents_c.h | 26 int WSCONS_InitKeyboard(_THIS); 27 void WSCONS_ReleaseKeyboard(_THIS); 32 extern void WSCONS_InitOSKeymap(_THIS); 33 extern void WSCONS_PumpEvents(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gamma_c.h | 27 extern int X11_SetVidModeGamma(_THIS, float red, float green, float blue); 28 extern int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue); 29 extern void X11_SaveVidModeGamma(_THIS); 30 extern void X11_SwapVidModeGamma(_THIS);
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetBufferPointerv.cpp | 4 (JNIEnv *_env, jobject _this, jint target, jint pname) {
|
glMapBufferRange.cpp | 4 (JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) {
|
glShaderSource.cpp | 6 (JNIEnv *_env, jobject _this, jint shader, jstring string) {
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/ |
SDL_dummyaudio.c | 40 static int DUMMYAUD_OpenAudio(_THIS, SDL_AudioSpec *spec); 41 static void DUMMYAUD_WaitAudio(_THIS); 42 static void DUMMYAUD_PlayAudio(_THIS); 43 static Uint8 *DUMMYAUD_GetAudioBuf(_THIS); 44 static void DUMMYAUD_CloseAudio(_THIS); 100 static void DUMMYAUD_WaitAudio(_THIS) 109 static void DUMMYAUD_PlayAudio(_THIS) 114 static Uint8 *DUMMYAUD_GetAudioBuf(_THIS) 119 static void DUMMYAUD_CloseAudio(_THIS) 127 static int DUMMYAUD_OpenAudio(_THIS, SDL_AudioSpec *spec [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); 66 extern int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay); 67 extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay); 68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst); 69 extern void BE_FreeYUVOverlay(_THIS, SDL_Overlay* overlay);
|
/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
SDL_cacavideo.c | 55 static int Caca_VideoInit(_THIS, SDL_PixelFormat *vformat); 56 static SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 57 static SDL_Surface *Caca_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 58 static void Caca_VideoQuit(_THIS); 61 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface); 62 static int Caca_LockHWSurface(_THIS, SDL_Surface *surface); 63 static int Caca_FlipHWSurface(_THIS, SDL_Surface *surface); 64 static void Caca_UnlockHWSurface(_THIS, SDL_Surface *surface); 65 static void Caca_FreeHWSurface(_THIS, SDL_Surface *surface); 137 int Caca_VideoInit(_THIS, SDL_PixelFormat *vformat [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/ |
SDL_epocevents_c.h | 51 #define _THIS SDL_VideoDevice *_this 52 #define Private _this->hidden 55 extern void EPOC_InitOSKeymap(_THIS); 56 extern void EPOC_PumpEvents(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 122 static int EPOC_VideoInit(_THIS, SDL_PixelFormat *vformat); 123 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 124 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 125 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors, 127 static void EPOC_VideoQuit(_THIS); 131 static int EPOC_AllocHWSurface(_THIS, SDL_Surface *surface); 132 static int EPOC_LockHWSurface(_THIS, SDL_Surface *surface); 133 static int EPOC_FlipHWSurface(_THIS, SDL_Surface *surface); 134 static void EPOC_UnlockHWSurface(_THIS, SDL_Surface *surface); 135 static void EPOC_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocvideo.cpp | 115 static int EPOC_VideoInit(_THIS, SDL_PixelFormat *vformat); 116 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 117 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 118 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors, 120 static void EPOC_VideoQuit(_THIS); 124 static int EPOC_AllocHWSurface(_THIS, SDL_Surface *surface); 125 static int EPOC_LockHWSurface(_THIS, SDL_Surface *surface); 126 static int EPOC_FlipHWSurface(_THIS, SDL_Surface *surface); 127 static void EPOC_UnlockHWSurface(_THIS, SDL_Surface *surface); 128 static void EPOC_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/external/neven/ |
FaceDetector_jni.cpp | 96 (JNIEnv *_env, jclass _this) 98 gFaceDetectorOffsets.fd = _env->GetFieldID(_this, "mFD", "I"); 99 gFaceDetectorOffsets.sdk = _env->GetFieldID(_this, "mSDK", "I"); 100 gFaceDetectorOffsets.dcr = _env->GetFieldID(_this, "mDCR", "I"); 101 gFaceDetectorOffsets.width = _env->GetFieldID(_this, "mWidth", "I"); 102 gFaceDetectorOffsets.height = _env->GetFieldID(_this, "mHeight", "I"); 103 gFaceDetectorOffsets.maxFaces = _env->GetFieldID(_this, "mMaxFaces", "I"); 104 gFaceDetectorOffsets.bwbuffer = _env->GetFieldID(_this, "mBWBuffer", "[B"); 122 initialize(JNIEnv *_env, jobject _this, 176 _env->SetIntField(_this, gFaceDetectorOffsets.fd, (jint)fd) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_wm.c | 38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) 44 void ph_SetCaption(_THIS, const char *title, const char *icon) 58 int ph_IconifyWindow(_THIS) 75 SDL_GrabMode ph_GrabInputNoLock(_THIS, SDL_GrabMode mode) 96 SDL_GrabMode ph_GrabInput(_THIS, SDL_GrabMode mode) 106 int ph_GetWMInfo(_THIS, SDL_SysWMinfo *info)
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgaevents_c.h | 27 extern void DGA_PumpEvents(_THIS); 28 extern void DGA_InitOSKeymap(_THIS);
|