Searched refs:glUniform3iv (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1641 // C function void glUniform3iv ( GLint location, GLsizei count, const GLint *v )
1643 public static native void glUniform3iv( method in class:GLES20
1650 // C function void glUniform3iv ( GLint location, GLsizei count, const GLint *v )
1652 public static native void glUniform3iv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto379 glUniform3iv = 353;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec124 void glUniform3iv ( GLint location, GLsizei count, const GLint *v )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp738 glUniform3iv(var, n, values);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp851 case GLMessage::glUniform3iv:
852 /* void glUniform3iv(GLint location, GLsizei count, const GLint *value); */
H A Dgltrace.pb.cpp1185 const GLMessage_Function GLMessage::glUniform3iv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1533 static const Function glUniform3iv = GLMessage_Function_glUniform3iv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp4888 glmsg.set_function(GLMessage::glUniform3iv);
4911 glContext->hooks->gl.glUniform3iv(location, count, value);
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
H A Dgl31.h499 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5010 /* void glUniform3iv ( GLint location, GLsizei count, const GLint *v ) */
5044 glUniform3iv(
5060 /* void glUniform3iv ( GLint location, GLsizei count, const GLint *v ) */
5083 glUniform3iv(
6196 {"glUniform3iv", "(II[II)V", (void *) android_glUniform3iv__II_3II },
6197 {"glUniform3iv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform3iv__IILjava_nio_IntBuffer_2 },

Completed in 1221 milliseconds