Searched refs:eglsurfaceGetHandleID (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_EGLExt.cpp | 46 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()
|
D | android_opengl_EGL14.cpp | 45 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()
|
D | android_opengl_EGL15.cpp | 42 static jmethodID eglsurfaceGetHandleID; variable 84 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGLExtcHeader.cpp | 46 static jmethodID eglsurfaceGetHandleID; variable 76 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
|
D | EGL14cHeader.cpp | 45 static jmethodID eglsurfaceGetHandleID; variable 75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
|
D | EGL15cHeader.cpp | 42 static jmethodID eglsurfaceGetHandleID; variable 84 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J"); in nativeClassInit()
|