Home
last modified time | relevance | path

Searched refs:eglsurfaceGetHandleID (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_EGLExt.cpp45 static jmethodID eglsurfaceGetHandleID; variable
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
140 EGLSurface sur_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, sur); in android_eglPresentationTimeANDROID()
Dandroid_opengl_EGL14.cpp44 static jmethodID eglsurfaceGetHandleID; variable
74 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
763 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglDestroySurface()
781 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglQuerySurface()
945 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglSurfaceAttrib()
962 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglBindTexImage()
978 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglReleaseTexImage()
1087 EGLSurface draw_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, draw); in android_eglMakeCurrent()
1088 EGLSurface read_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, read); in android_eglMakeCurrent()
1210 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglSwapBuffers()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL14cHeader.cpp44 static jmethodID eglsurfaceGetHandleID; variable
74 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
DEGLExtcHeader.cpp45 static jmethodID eglsurfaceGetHandleID; variable
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()