/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/ |
SDL_beaudio.cc | 40 static int BE_OpenAudio(_THIS, SDL_AudioSpec *spec); 41 static void BE_WaitAudio(_THIS); 42 static void BE_PlayAudio(_THIS); 43 static Uint8 *BE_GetAudioBuf(_THIS); 44 static void BE_CloseAudio(_THIS); 128 void BE_WaitAudio(_THIS) 132 void BE_PlayAudio(_THIS) 136 Uint8 *BE_GetAudioBuf(_THIS) 141 void BE_CloseAudio(_THIS) 153 int BE_OpenAudio(_THIS, SDL_AudioSpec *spec [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/ |
SDL_dibaudio.c | 40 static int DIB_OpenAudio(_THIS, SDL_AudioSpec *spec); 41 static void DIB_ThreadInit(_THIS); 42 static void DIB_WaitAudio(_THIS); 43 static Uint8 *DIB_GetAudioBuf(_THIS); 44 static void DIB_PlayAudio(_THIS); 45 static void DIB_WaitDone(_THIS); 46 static void DIB_CloseAudio(_THIS); 148 static void DIB_ThreadInit(_THIS) 153 void DIB_WaitAudio(_THIS) 163 Uint8 *DIB_GetAudioBuf(_THIS) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzWM.m | 28 void QZ_FreeWMCursor (_THIS, WMcursor *cursor) { 36 WMcursor* QZ_CreateWMCursor (_THIS, Uint8 *data, Uint8 *mask, 90 void QZ_UpdateCursor (_THIS) { 108 BOOL QZ_IsMouseInWindow (_THIS) { 117 int QZ_ShowWMCursor (_THIS, WMcursor *cursor) { 150 void QZ_PrivateGlobalToLocal (_THIS, NSPoint *p) { 158 void QZ_PrivateLocalToGlobal (_THIS, NSPoint *p) { 165 void QZ_PrivateSDLToCocoa (_THIS, NSPoint *p) { 179 void QZ_PrivateCocoaToSDL (_THIS, NSPoint *p) { 193 CGPoint QZ_PrivateSDLToCG (_THIS, NSPoint *p) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
SDL_svgavideo.c | 54 static int SVGA_VideoInit(_THIS, SDL_PixelFormat *vformat); 55 static SDL_Rect **SVGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 56 static SDL_Surface *SVGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 57 static int SVGA_SetColors(_THIS, int firstcolor, int ncolors, 59 static void SVGA_VideoQuit(_THIS); 62 static int SVGA_AllocHWSurface(_THIS, SDL_Surface *surface); 63 static int SVGA_LockHWSurface(_THIS, SDL_Surface *surface); 64 static int SVGA_FlipHWSurface(_THIS, SDL_Surface *surface); 65 static void SVGA_UnlockHWSurface(_THIS, SDL_Surface *surface); 66 static void SVGA_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 117 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, 140 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, 159 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, 185 static jboolean jni_eglReleaseThread(JNIEnv *_env, jobject _this) { 189 static jboolean jni_eglChooseConfig(JNIEnv *_env, jobject _this, jobject display, 224 static jint jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display, 240 static jint jni_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject display, 266 static void jni_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject out_sur, 312 static jint jni_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject display, 339 static jint jni_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject display [all...] |
com_google_android_gles_jni_GLImpl.cpp | 264 (JNIEnv *_env, jobject _this, jint texture) { 273 (JNIEnv *_env, jobject _this, jint func, jfloat ref) { 283 (JNIEnv *_env, jobject _this, jint func, jint ref) { 293 (JNIEnv *_env, jobject _this, jint target, jint texture) { 303 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) { 313 (JNIEnv *_env, jobject _this, jint mask) { 322 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 334 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) { 346 (JNIEnv *_env, jobject _this, jfloat depth) { 355 (JNIEnv *_env, jobject _this, jint depth) [all...] |
android_opengl_GLES20.cpp | 225 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 280 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 323 (JNIEnv *_env, jobject _this, jint texture) { 332 (JNIEnv *_env, jobject _this, jint program, jint shader) { 342 (JNIEnv *_env, jobject _this, jint program, jint index, jstring name) { 374 (JNIEnv *_env, jobject _this, jint target, jint buffer) { 384 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) { 394 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) { 404 (JNIEnv *_env, jobject _this, jint target, jint texture) { 414 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 93 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) 100 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) 109 nDeviceCreate(JNIEnv *_env, jobject _this) 116 nDeviceDestroy(JNIEnv *_env, jobject _this, jint dev) 123 nDeviceSetConfig(JNIEnv *_env, jobject _this, jint dev, jint p, jint value) 130 nContextCreate(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer, jint ct) 138 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) 147 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) 154 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) 162 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/disk/ |
SDL_diskaudio.c | 50 static int DISKAUD_OpenAudio(_THIS, SDL_AudioSpec *spec); 51 static void DISKAUD_WaitAudio(_THIS); 52 static void DISKAUD_PlayAudio(_THIS); 53 static Uint8 *DISKAUD_GetAudioBuf(_THIS); 54 static void DISKAUD_CloseAudio(_THIS); 120 static void DISKAUD_WaitAudio(_THIS) 125 static void DISKAUD_PlayAudio(_THIS) 143 static Uint8 *DISKAUD_GetAudioBuf(_THIS) 148 static void DISKAUD_CloseAudio(_THIS) 160 static int DISKAUD_OpenAudio(_THIS, SDL_AudioSpec *spec [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/ |
SDL_irixaudio.c | 48 static int AL_OpenAudio(_THIS, SDL_AudioSpec *spec); 49 static void AL_WaitAudio(_THIS); 50 static void AL_PlayAudio(_THIS); 51 static Uint8 *AL_GetAudioBuf(_THIS); 52 static void AL_CloseAudio(_THIS); 105 void static AL_WaitAudio(_THIS) 116 static void AL_PlayAudio(_THIS) 125 static Uint8 *AL_GetAudioBuf(_THIS) 130 static void AL_CloseAudio(_THIS) 142 static int AL_OpenAudio(_THIS, SDL_AudioSpec * spec [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/ |
SDL_coreaudio.c | 39 static int Core_OpenAudio(_THIS, SDL_AudioSpec *spec); 40 static void Core_WaitAudio(_THIS); 41 static void Core_PlayAudio(_THIS); 42 static Uint8 *Core_GetAudioBuf(_THIS); 43 static void Core_CloseAudio(_THIS); 155 void Core_WaitAudio(_THIS) 160 void Core_PlayAudio(_THIS) 165 Uint8 *Core_GetAudioBuf(_THIS) 170 void Core_CloseAudio(_THIS) 212 int Core_OpenAudio(_THIS, SDL_AudioSpec *spec [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysmouse.cc | 42 WMcursor *BE_CreateWMCursor(_THIS, 107 int BE_ShowWMCursor(_THIS, WMcursor *cursor) 122 void BE_FreeWMCursor(_THIS, WMcursor *cursor) 129 void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y) 142 void BE_CheckMouseMode(_THIS) 146 (_this->input_grab != SDL_GRAB_OFF) ) {
|
SDL_syswm.cc | 31 void BE_SetWMCaption(_THIS, const char *title, const char *icon) 36 int BE_IconifyWindow(_THIS) 42 SDL_GrabMode BE_GrabInput(_THIS, SDL_GrabMode mode) 78 int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info)
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimpvideo.c | 46 SDL_Rect **WIMP_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 47 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 48 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 49 void WIMP_SetWMCaption(_THIS, const char *title, const char *icon); 53 extern void WIMP_PumpEvents(_THIS); 54 extern void WIMP_PlotSprite(_THIS, int x, int y); 55 extern void WIMP_SetupPlotInfo(_THIS); 59 static void WIMP_UpdateRects(_THIS, int numrects, SDL_Rect *rects); 62 void WIMP_ReadModeInfo(_THIS); 63 unsigned int WIMP_SetupWindow(_THIS, SDL_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.c | 48 static int VGL_VideoInit(_THIS, SDL_PixelFormat *vformat); 49 static SDL_Rect **VGL_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 50 static SDL_Surface *VGL_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 51 static int VGL_SetColors(_THIS, int firstcolor, int ncolors, 53 static void VGL_VideoQuit(_THIS); 56 static int VGL_AllocHWSurface(_THIS, SDL_Surface *surface); 57 static int VGL_LockHWSurface(_THIS, SDL_Surface *surface); 58 static int VGL_FlipHWSurface(_THIS, SDL_Surface *surface); 59 static void VGL_UnlockHWSurface(_THIS, SDL_Surface *surface); 60 static void VGL_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_lowvideo.h | 52 #define _THIS SDL_VideoDevice *this 97 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL minimized); 100 extern void (*WIN_RealizePalette)(_THIS); 103 extern void (*WIN_PaletteChanged)(_THIS, HWND window); 106 extern void (*WIN_WinPAINT)(_THIS, HDC hdc); 109 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gamma.c | 33 static int X11_SetGammaNoLock(_THIS, float red, float green, float blue) 83 int X11_SetVidModeGamma(_THIS, float red, float green, float blue) 94 static int X11_GetGammaNoLock(_THIS, float *red, float *green, float *blue) 110 int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue) 121 void X11_SaveVidModeGamma(_THIS) 131 void X11_SwapVidModeGamma(_THIS)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_stfa.c | 75 static void Mint_CloseAudio(_THIS); 76 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 77 static void Mint_LockAudio(_THIS); 78 static void Mint_UnlockAudio(_THIS); 81 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 82 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 161 static void Mint_LockAudio(_THIS) 171 static void Mint_UnlockAudio(_THIS) 181 static void Mint_CloseAudio(_THIS) 201 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemwm.c | 43 void GEM_SetCaption(_THIS, const char *title, const char *icon) 56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) 90 int GEM_IconifyWindow(_THIS) 109 SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode)
|
SDL_gemvideo.c | 79 static int GEM_VideoInit(_THIS, SDL_PixelFormat *vformat); 80 static SDL_Rect **GEM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 81 static SDL_Surface *GEM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 82 static int GEM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 83 static void GEM_VideoQuit(_THIS); 86 static int GEM_AllocHWSurface(_THIS, SDL_Surface *surface); 87 static int GEM_LockHWSurface(_THIS, SDL_Surface *surface); 88 static int GEM_FlipHWSurface(_THIS, SDL_Surface *surface); 89 static void GEM_UnlockHWSurface(_THIS, SDL_Surface *surface); 90 static void GEM_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macmouse.c | 47 void Mac_FreeWMCursor(_THIS, WMcursor *cursor) 52 WMcursor *Mac_CreateWMCursor(_THIS, 91 int Mac_ShowWMCursor(_THIS, WMcursor *cursor) 108 void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
SDL_ndsvideo.c | 41 static int NDS_VideoInit(_THIS, SDL_PixelFormat *vformat); 42 static SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 43 static SDL_Surface *NDS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 44 static int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 45 static void NDS_VideoQuit(_THIS); 48 static int NDS_AllocHWSurface(_THIS, SDL_Surface *surface); 49 static int NDS_LockHWSurface(_THIS, SDL_Surface *surface); 50 static int NDS_FlipHWSurface(_THIS, SDL_Surface *surface); 51 static void NDS_UnlockHWSurface(_THIS, SDL_Surface *surface); 52 static void NDS_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_gl.c | 36 void ph_GL_SwapBuffers(_THIS) 42 void ph_GL_SwapBuffers(_THIS) 48 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) 98 int ph_GL_LoadLibrary(_THIS, const char* path) 106 int ph_GL_LoadLibrary(_THIS, const char* path) 134 void* ph_GL_GetProcAddress(_THIS, const char* proc) 139 void* ph_GL_GetProcAddress(_THIS, const char* proc) 163 int ph_GL_MakeCurrent(_THIS) 175 int ph_GL_MakeCurrent(_THIS) 195 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/ |
SDL_dart.h | 42 #define _THIS SDL_AudioDevice *_this
|