Searched refs:have_OES_texture_cube_mapID (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
H A D | GLCHeader.cpp | 72 static jfieldID have_OES_texture_cube_mapID; 85 have_OES_texture_cube_mapID = _env->GetFieldID(G11ImplClass, "have_OES_texture_cube_map", "Z"); 199 _env->SetBooleanField(impl, have_OES_texture_cube_mapID,
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_GLImpl.cpp | 73 static jfieldID have_OES_texture_cube_mapID; variable 200 _env->SetBooleanField(impl, have_OES_texture_cube_mapID, in supportsExtension() 8391 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenfv__II_3FI() 8440 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenfv__IILjava_nio_FloatBuffer_2() 8483 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGeniv__II_3II() 8532 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGeniv__IILjava_nio_IntBuffer_2() 8575 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenxv__II_3II() 8624 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glGetTexGenxv__IILjava_nio_IntBuffer_2() 8716 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glTexGenf__IIF() 8732 if (! supportsExtension(_env, _this, have_OES_texture_cube_mapID)) { in android_glTexGenfv__II_3FI() [all …]
|