Searched refs:have_OES_blend_equation_separateID (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 69 static jfieldID have_OES_blend_equation_separateID; 82 …have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_sepa… 193 _env->SetBooleanField(impl, have_OES_blend_equation_separateID,
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 70 static jfieldID have_OES_blend_equation_separateID; variable 83 …have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_sepa… in nativeClassInit() 194 _env->SetBooleanField(impl, have_OES_blend_equation_separateID, in supportsExtension() 7699 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) { in android_glBlendEquationSeparate__II() 7714 if (! supportsExtension(_env, _this, have_OES_blend_equation_separateID)) { in android_glBlendFuncSeparate__IIII()
|