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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp77 static jfieldID have_OES_blend_equation_separateID; variable
96 have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_separate", "Z");
247 _env->SetBooleanField(impl, have_OES_blend_equation_separateID,
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp78 static jfieldID have_OES_blend_equation_separateID; variable
97 have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_separate", "Z");
248 _env->SetBooleanField(impl, have_OES_blend_equation_separateID,
7287 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) {
7302 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) {

Completed in 549 milliseconds