Searched refs:glUniform2uiv (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1120 // C function void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value )
1122 public static native void glUniform2uiv( method in class:GLES30
1129 // C function void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value )
1131 public static native void glUniform2uiv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto455 glUniform2uiv = 429;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec60 void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1005 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1070 const GLMessage_Function GLMessage::glUniform2uiv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1418 static const Function glUniform2uiv = GLMessage_Function_glUniform2uiv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp8194 glmsg.set_function(GLMessage::glUniform2uiv);
8217 glContext->hooks->gl.glUniform2uiv(location, count, value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2650 /* void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value ) */
2678 glUniform2uiv(
2694 /* void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value ) */
2708 glUniform2uiv(
5132 {"glUniform2uiv", "(II[II)V", (void *) android_glUniform2uiv__II_3II },
5133 {"glUniform2uiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform2uiv__IILjava_nio_IntBuffer_2 },

Completed in 542 milliseconds