Searched defs:have_OES_framebuffer_objectID (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp84 static jfieldID have_OES_framebuffer_objectID; variable
103 have_OES_framebuffer_objectID = _env->GetFieldID(G11ImplClass, "have_OES_framebuffer_object", "Z");
256 _env->SetBooleanField(impl, have_OES_framebuffer_objectID,
7247 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7262 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7323 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7339 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7393 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7435 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
7489 if (! supportsExtension(_env, _this, have_OES_framebuffer_objectID)) {
[all...]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp83 static jfieldID have_OES_framebuffer_objectID; variable
102 have_OES_framebuffer_objectID = _env->GetFieldID(G11ImplClass, "have_OES_framebuffer_object", "Z");
255 _env->SetBooleanField(impl, have_OES_framebuffer_objectID,

Completed in 116 milliseconds