Home
last modified time | relevance | path

Searched refs:toEGLHandle (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp116 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 …]
Dandroid_opengl_EGL15.cpp168 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()
Dandroid_opengl_EGLExt.cpp112 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetDisplay.cpp9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
DeglCreateWindowSurface.cpp72 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
155 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
DeglGetPlatformDisplay.cpp45 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetPlatformDisplay()
DeglCreateImage.cpp49 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()
DeglCreatePlatformWindowSurface.cpp66 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface()
DeglCreatePbufferFromClientBuffer.cpp59 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
DeglCreateSync.cpp46 return toEGLHandle(_env, eglsyncClass, eglsyncConstructor, _returnValue); in android_eglCreateSync()
DEGLExtcHeader.cpp112 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
DEGL14cHeader.cpp116 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
DEGL15cHeader.cpp168 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void *handle) { in toEGLHandle() function