Home
last modified time | relevance | path

Searched refs:have_OES_blend_subtractID (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp70 static jfieldID have_OES_blend_subtractID;
83 have_OES_blend_subtractID = _env->GetFieldID(G11ImplClass, "have_OES_blend_subtract", "Z");
195 _env->SetBooleanField(impl, have_OES_blend_subtractID,
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp71 static jfieldID have_OES_blend_subtractID; variable
84 have_OES_blend_subtractID = _env->GetFieldID(G11ImplClass, "have_OES_blend_subtract", "Z"); in nativeClassInit()
196 _env->SetBooleanField(impl, have_OES_blend_subtractID, in supportsExtension()
7686 if (! supportsExtension(_env, _this, have_OES_blend_subtractID)) { in android_glBlendEquation__I()