Searched defs:have_OES_texture_cube_mapID (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp84 static jfieldID have_OES_texture_cube_mapID; variable
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/
H A Dcom_google_android_gles_jni_GLImpl.cpp85 static jfieldID have_OES_texture_cube_mapID; variable
104 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z");
258 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
7930 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
7979 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8008 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8057 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8086 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8135 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
8213 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) {
[all...]

Completed in 48 milliseconds