Searched defs:eglsurfaceConstructor (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp53 static jmethodID eglsurfaceConstructor; variable
84 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
91 jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterpret_cast<jlong>(EGL_NO_SURFACE));
H A DEGLExtcHeader.cpp54 static jmethodID eglsurfaceConstructor; variable
85 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp54 static jmethodID eglsurfaceConstructor; variable
85 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
H A Dandroid_opengl_EGL14.cpp53 static jmethodID eglsurfaceConstructor; variable
84 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V");
91 jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterpret_cast<jlong>(EGL_NO_SURFACE));
587 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
669 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
726 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
735 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
903 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
1093 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);

Completed in 21 milliseconds