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 49 static jmethodID eglsurfaceGetHandleID;
79 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
140 EGLSurface sur_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, sur);
android_opengl_EGL14.cpp 48 static jmethodID eglsurfaceGetHandleID;
78 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
744 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface);
762 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 48 static jmethodID eglsurfaceGetHandleID;
78 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");
EGLExtcHeader.cpp 49 static jmethodID eglsurfaceGetHandleID;
79 eglsurfaceGetHandleID = _env->GetMethodID(eglsurfaceClass, "getNativeHandle", "()J");

Completed in 122 milliseconds