Searched refs:have_OES_texture_cube_mapID (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | 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/ |
D | com_google_android_gles_jni_GLImpl.cpp | 85 static jfieldID have_OES_texture_cube_mapID; variable 104 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z"); in nativeClassInit() 258 _env->SetBooleanField(impl, have_OES_texture_cube_mapID, in supportsExtension() 7930 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenfv__II_3FI() 7979 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenfv__IILjava_nio_FloatBuffer_2() 8008 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGeniv__II_3II() 8057 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGeniv__IILjava_nio_IntBuffer_2() 8086 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenxv__II_3II() 8135 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenxv__IILjava_nio_IntBuffer_2() 8213 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glTexGenf__IIF() [all …]
|