Searched refs:glUniform3uiv (Results 1 - 8 of 8) 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.h1006 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1071 const GLMessage_Function GLMessage::glUniform3uiv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1419 static const Function glUniform3uiv = GLMessage_Function_glUniform3uiv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp8235 glmsg.set_function(GLMessage::glUniform3uiv);
8258 glContext->hooks->gl.glUniform3uiv(location, count, value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2718 /* void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value ) */
2746 glUniform3uiv(
2762 /* void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value ) */
2776 glUniform3uiv(
5134 {"glUniform3uiv", "(II[II)V", (void *) android_glUniform3uiv__II_3II },
5135 {"glUniform3uiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform3uiv__IILjava_nio_IntBuffer_2 },

Completed in 434 milliseconds