Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
155 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
332 … 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()
587 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
669 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
726 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferSurface()
735 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0); in android_eglCreatePixmapSurface()
903 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
1039 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/
DeglCreatePixmapSurface.cpp7 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0); in android_eglCreatePixmapSurface()
DeglCreateWindowSurface.cpp71 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
153 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
DeglGetDisplay.cpp9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
DeglCreatePbufferFromClientBuffer.cpp58 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
DEGL14cHeader.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function