Searched refs:glGetUniformIndices (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.java1 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
3 public static native void glGetUniformIndices( method
10 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
12 public static native void glGetUniformIndices( method
H A DglGetUniformIndices.cpp1 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
56 glGetUniformIndices(program, _count, _names, _indices);
77 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
135 glGetUniformIndices(program, _count, _names, _indices);
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1248 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
1250 public static native void glGetUniformIndices( method in class:GLES30
1257 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
1259 public static native void glGetUniformIndices( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto464 glGetUniformIndices = 438;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec69 void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h891 GL_APICALL void GL_APIENTRY glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);
H A Dgl31.h891 GL_APICALL void GL_APIENTRY glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1270 const GLMessage_Function GLMessage::glGetUniformIndices; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1618 static const Function glGetUniformIndices = GLMessage_Function_glGetUniformIndices; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp8580 glmsg.set_function(GLMessage::glGetUniformIndices);
8609 glContext->hooks->gl.glGetUniformIndices(program, uniformCount, uniformNames, uniformIndices);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3092 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
3147 glGetUniformIndices(program, _count, _names, _indices);
3168 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
3226 glGetUniformIndices(program, _count, _names, _indices);
5149 {"glGetUniformIndices", "(I[Ljava/lang/String;[II)V", (void *) android_glGetUniformIndices_array },
5150 {"glGetUniformIndices", "(I[Ljava/lang/String;Ljava/nio/IntBuffer;)V", (void *) android_glGetUniformIndices_buffer },

Completed in 6113 milliseconds