Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_EGLExt.cpp46 static jmethodID eglsurfaceGetHandleID; variable
76 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
138 EGLSurface sur_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, sur); in android_eglPresentationTimeANDROID()
Dandroid_opengl_EGL14.cpp45 static jmethodID eglsurfaceGetHandleID; variable
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
749 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglDestroySurface()
767 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglQuerySurface()
928 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglSurfaceAttrib()
945 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglBindTexImage()
961 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglReleaseTexImage()
1071 EGLSurface draw_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, draw); in android_eglMakeCurrent()
1072 EGLSurface read_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, read); in android_eglMakeCurrent()
1195 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglSwapBuffers()
Dandroid_opengl_EGL15.cpp42 static jmethodID eglsurfaceGetHandleID; variable
84 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGLExtcHeader.cpp46 static jmethodID eglsurfaceGetHandleID; variable
76 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
DEGL14cHeader.cpp45 static jmethodID eglsurfaceGetHandleID; variable
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
DEGL15cHeader.cpp42 static jmethodID eglsurfaceGetHandleID; variable
84 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()