Home
last modified time | relevance | path

Searched defs:uniformIndices (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetUniformIndices.java6 int[] uniformIndices, in glGetUniformIndices()
15 java.nio.IntBuffer uniformIndices in glGetUniformIndices()
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1253 int[] uniformIndices, in glGetUniformIndices()
1262 java.nio.IntBuffer uniformIndices in glGetUniformIndices()
1270 int[] uniformIndices, in glGetActiveUniformsiv()
1282 java.nio.IntBuffer uniformIndices, in glGetActiveUniformsiv()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3253 GLuint *uniformIndices = (GLuint *) 0; in android_glGetActiveUniformsiv__II_3III_3II() local
3323 GLuint *uniformIndices = (GLuint *) 0; in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp8577 …(GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices) { in GLTrace_glGetUniformIndices()
8625 …e_glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GLenum… in GLTrace_glGetActiveUniformsiv()