Searched refs:have_OES_framebuffer_objectID (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp79 static jfieldID have_OES_framebuffer_objectID; variable
98 have_OES_framebuffer_objectID = _env->GetFieldID(G11ImplClass, "have_OES_framebuffer_object", "Z");
251 _env->SetBooleanField(impl, have_OES_framebuffer_objectID,
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp80 static jfieldID have_OES_framebuffer_objectID; variable
99 have_OES_framebuffer_objectID = _env->GetFieldID(G11ImplClass, "have_OES_framebuffer_object", "Z");
252 _env->SetBooleanField(impl, have_OES_framebuffer_objectID,
7243 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7258 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7319 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7335 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7389 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7431 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7485 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
[all...]

Completed in 92 milliseconds