HomeSort by relevance Sort by last modified time
    Searched refs:eglsurfaceGetHandleID (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_opengl_EGLExt.cpp 45 static jmethodID eglsurfaceGetHandleID;
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
140 EGLSurface sur_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, sur);
android_opengl_EGL14.cpp 44 static jmethodID eglsurfaceGetHandleID;
74 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
763 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface);
781 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 44 static jmethodID eglsurfaceGetHandleID;
74 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
EGLExtcHeader.cpp 45 static jmethodID eglsurfaceGetHandleID;
75 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");

Completed in 33 milliseconds