Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
151 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
339 … jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]); in android_eglGetConfigs()
462 … jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]); in android_eglChooseConfig()
602 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
684 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
745 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferSurface()
754 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0); in android_eglCreatePixmapSurface()
926 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
1063 return toEGLHandle(_env, eglcontextClass, eglcontextConstructor, _returnValue); in android_eglCreateContext()
[all …]
Dandroid_opengl_EGLExt.cpp114 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.cpp75 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
157 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
DeglCreatePbufferFromClientBuffer.cpp62 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
DEGL14cHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function