/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 116 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function 153 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay() 331 … jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]); in android_eglGetConfigs() 451 … jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]); in android_eglChooseConfig() 590 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 673 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture() 731 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferSurface() 910 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer() 1047 return toEGLHandle(_env, eglcontextClass, eglcontextConstructor, _returnValue); in android_eglCreateContext() 1090 return toEGLHandle(_env, eglcontextClass, eglcontextConstructor, _returnValue); in android_eglGetCurrentContext() [all …]
|
D | android_opengl_EGL15.cpp | 168 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void *handle) { in toEGLHandle() function 240 return toEGLHandle(_env, eglsyncClass, eglsyncConstructor, _returnValue); in android_eglCreateSync() 372 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetPlatformDisplay() 440 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface() 516 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()
|
D | android_opengl_EGLExt.cpp | 112 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglGetDisplay.cpp | 9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
|
D | eglCreateWindowSurface.cpp | 72 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 155 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
|
D | eglGetPlatformDisplay.cpp | 45 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetPlatformDisplay()
|
D | eglCreateImage.cpp | 49 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()
|
D | eglCreatePlatformWindowSurface.cpp | 66 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface()
|
D | eglCreatePbufferFromClientBuffer.cpp | 59 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
|
D | eglCreateSync.cpp | 46 return toEGLHandle(_env, eglsyncClass, eglsyncConstructor, _returnValue); in android_eglCreateSync()
|
D | EGLExtcHeader.cpp | 112 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
|
D | EGL14cHeader.cpp | 116 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
|
D | EGL15cHeader.cpp | 168 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void *handle) { in toEGLHandle() function
|