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 84 static jfieldID have_OES_texture_cube_mapID;
103 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z");
257 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 85 static jfieldID have_OES_texture_cube_mapID;
104 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z");
258 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
    [all...]

Completed in 37 milliseconds