Searched refs:glUniform3uiv (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1137 // C function void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
1139 public static native void glUniform3uiv( method in class:GLES30
1146 // C function void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
1148 public static native void glUniform3uiv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto456 glUniform3uiv = 430;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec61 void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
H A Dgl31.h883 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1262 const GLMessage_Function GLMessage::glUniform3uiv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1610 static const Function glUniform3uiv = GLMessage_Function_glUniform3uiv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp8234 glmsg.set_function(GLMessage::glUniform3uiv);
8257 glContext->hooks->gl.glUniform3uiv(location, count, value);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2719 /* void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value ) */
2747 glUniform3uiv(
2763 /* void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value ) */
2777 glUniform3uiv(
5136 {"glUniform3uiv", "(II[II)V", (void *) android_glUniform3uiv__II_3II },
5137 {"glUniform3uiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform3uiv__IILjava_nio_IntBuffer_2 },

Completed in 228 milliseconds