Searched refs:have_OES_texture_cube_mapID (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp80 static jfieldID have_OES_texture_cube_mapID; variable
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/
H A Dcom_google_android_gles_jni_GLImpl.cpp81 static jfieldID have_OES_texture_cube_mapID; variable
100 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z");
254 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
7926 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
7975 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8004 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8053 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8082 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8131 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8209 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
[all...]

Completed in 890 milliseconds