Home
last modified time | relevance | path

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

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