HomeSort by relevance Sort by last modified time
    Searched refs:have_OES_blend_subtractID (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 78 static jfieldID have_OES_blend_subtractID;
97 have_OES_blend_subtractID = _env->GetFieldID(G11ImplClass, "have_OES_blend_subtract", "Z");
249 _env->SetBooleanField(impl, have_OES_blend_subtractID,
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 79 static jfieldID have_OES_blend_subtractID;
98 have_OES_blend_subtractID = _env->GetFieldID(G11ImplClass, "have_OES_blend_subtract", "Z");
250 _env->SetBooleanField(impl, have_OES_blend_subtractID,
    [all...]

Completed in 35 milliseconds