/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glBindVertexBuffer.cpp | 4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
|
glGetBufferPointerv.cpp | 4 (JNIEnv *_env, jobject _this, jint target, jint pname) {
|
glGetDebugMessageLogKHR.cpp | 4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) { 12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) { 20 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) { 28 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
|
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) {
|
glDrawElementsInstanced.cpp | 4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) { 30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
|
/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", "J"); 99 gFaceDetectorOffsets.sdk = _env->GetFieldID(_this, "mSDK", "J"); 100 gFaceDetectorOffsets.dcr = _env->GetFieldID(_this, "mDCR", "J"); 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->SetLongField(_this, gFaceDetectorOffsets.fd, (jlong)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);
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_events.h | 27 extern void DirectFB_InitOSKeymap(_THIS); 28 extern void DirectFB_PumpEvents(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
SDL_ggievents_c.h | 27 extern void GGI_InitOSKeymap(_THIS); 28 extern void GGI_PumpEvents(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 51 static int PS3_VideoInit(_THIS, SDL_PixelFormat * vformat); 52 static void PS3_VideoQuit(_THIS); 54 static SDL_Surface *PS3_SetVideoMode(_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags); 55 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags); 58 static int PS3_AllocHWSurface(_THIS, SDL_Surface * surface); 59 static void PS3_FreeHWSurface(_THIS, SDL_Surface * surface); 60 static int PS3_LockHWSurface(_THIS, SDL_Surface * surface); 61 static void PS3_UnlockHWSurface(_THIS, SDL_Surface * surface); 62 static int PS3_FlipDoubleBuffer(_THIS, SDL_Surface * surface); 63 static void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzWM.h | 27 void QZ_UpdateCursor(_THIS); 28 int QZ_GetWMInfo (_THIS, SDL_SysWMinfo *info);
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_wingl_c.h | 65 extern int WIN_GL_SetupWindow(_THIS); 66 extern void WIN_GL_ShutDown(_THIS); 68 extern int WIN_GL_MakeCurrent(_THIS); 69 extern int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value); 70 extern void WIN_GL_SwapBuffers(_THIS); 71 extern void WIN_GL_UnloadLibrary(_THIS); 72 extern int WIN_GL_LoadLibrary(_THIS, const char* path); 73 extern void *WIN_GL_GetProcAddress(_THIS, const char* proc);
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aavideo.c | 44 static int AA_VideoInit(_THIS, SDL_PixelFormat *vformat); 45 static SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 47 static int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 48 static void AA_VideoQuit(_THIS); 51 static int AA_AllocHWSurface(_THIS, SDL_Surface *surface); 52 static int AA_LockHWSurface(_THIS, SDL_Surface *surface); 53 static int AA_FlipHWSurface(_THIS, SDL_Surface *surface); 54 static void AA_UnlockHWSurface(_THIS, SDL_Surface *surface); 55 static void AA_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | 231 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 286 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 330 (JNIEnv *_env, jobject _this, jint texture) { 339 (JNIEnv *_env, jobject _this, jint func, jfloat ref) { 349 (JNIEnv *_env, jobject _this, jint func, jint ref) { 359 (JNIEnv *_env, jobject _this, jint target, jint texture) { 369 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) { 379 (JNIEnv *_env, jobject _this, jint mask) { 388 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 400 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxmodes.c | 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) 43 void NX_FreeVideoModes (_THIS) 56 int NX_EnterFullScreen (_THIS) 73 int NX_LeaveFullScreen (_THIS)
|
SDL_nxmouse.c | 37 WMcursor * NX_CreateWMCursor (_THIS, 54 void NX_FreeWMCursor (_THIS, WMcursor * cursor) 61 void NX_WarpWMCursor(_THIS, Uint16 x, Uint16 y) 75 int NX_ShowWMCursor (_THIS, WMcursor * cursor)
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11image.c | 45 static void try_mitshm(_THIS, SDL_Surface *screen) 81 static void X11_NormalUpdate(_THIS, int numrects, SDL_Rect *rects); 82 static void X11_MITSHMUpdate(_THIS, int numrects, SDL_Rect *rects); 84 int X11_SetupImage(_THIS, SDL_Surface *screen) 130 void X11_DestroyImage(_THIS, SDL_Surface *screen) 181 int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags) 206 int X11_AllocHWSurface(_THIS, SDL_Surface *surface) 210 void X11_FreeHWSurface(_THIS, SDL_Surface *surface) 215 int X11_LockHWSurface(_THIS, SDL_Surface *surface) 223 void X11_UnlockHWSurface(_THIS, SDL_Surface *surface [all...] |