Searched defs:uniformIndices (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetUniformIndices.java | 6 int[] uniformIndices, in glGetUniformIndices() 15 java.nio.IntBuffer uniformIndices in glGetUniformIndices()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1253 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/ |
D | android_opengl_GLES30.cpp | 3377 GLuint *uniformIndices = (GLuint *) 0; in android_glGetActiveUniformsiv__II_3III_3II() local 3447 GLuint *uniformIndices = (GLuint *) 0; in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2() local
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 8576 …GLuint program, GLsizei uniformCount, const GLchar *const* uniformNames, GLuint * uniformIndices) { in GLTrace_glGetUniformIndices() 8624 …e_glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenu… in GLTrace_glGetActiveUniformsiv()
|