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

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 80 static jfieldID have_OES_texture_cube_mapID;
99 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z");
253 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 81 static jfieldID have_OES_texture_cube_mapID;
100 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z");
254 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
    [all...]

Completed in 50 milliseconds