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

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 77 static jfieldID have_OES_blend_equation_separateID;
96 have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_separate", "Z");
248 _env->SetBooleanField(impl, have_OES_blend_equation_separateID,
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 78 static jfieldID have_OES_blend_equation_separateID;
97 have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_separate", "Z");
249 _env->SetBooleanField(impl, have_OES_blend_equation_separateID,
    [all...]

Completed in 58 milliseconds