Searched refs:toEGLHandle (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 114 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 …]
|
D | android_opengl_EGLExt.cpp | 114 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 | 75 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 157 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
|
D | eglCreatePbufferFromClientBuffer.cpp | 62 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
|
D | EGL14cHeader.cpp | 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
|
D | EGLExtcHeader.cpp | 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { in toEGLHandle() function
|