Home
last modified time | relevance | path

Searched refs:glGetUniformBlockIndex (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt217 glGetUniformBlockIndex;
Dentries.in472 GL_ENTRY(GLuint, glGetUniformBlockIndex, GLuint program, const GLchar *uniformBlockName)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec71 GLuint glGetUniformBlockIndex ( GLuint program, const GLchar *uniformBlockName )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1312 public static native int glGetUniformBlockIndex( in glGetUniformBlockIndex() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc411 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetUniformBlockIndex);
1259 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetUniformBlockIndex); in init_stub_library()
Dstubs_riscv64.cc411 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetUniformBlockIndex);
1259 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetUniformBlockIndex); in init_stub_library()
Dstubs_arm64.cc411 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetUniformBlockIndex);
1259 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetUniformBlockIndex); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc411 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetUniformBlockIndex);
1259 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetUniformBlockIndex); in init_stub_library()
Dstubs_arm64.cc411 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetUniformBlockIndex);
1259 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetUniformBlockIndex); in init_stub_library()
Dstubs_riscv64.cc411 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetUniformBlockIndex);
1259 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetUniformBlockIndex); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in619 GLuint API_ENTRY(glGetUniformBlockIndex)(GLuint program, const GLchar *uniformBlockName) {
620 CALL_GL_API_RETURN(glGetUniformBlockIndex, program, uniformBlockName);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1164 GL_APICALL GLuint GL_APIENTRY glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockNam…
Dgl31.h1166 GL_APICALL GLuint GL_APIENTRY glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockNam…
Dgl32.h1166 GL_APICALL GLuint GL_APIENTRY glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockNam…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3940 _returnValue = glGetUniformBlockIndex( in android_glGetUniformBlockIndex__ILjava_lang_String_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20262 method public static int glGetUniformBlockIndex(int, java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt31194 method public static int glGetUniformBlockIndex(int, String);