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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1160 // C function void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
1162 public static native void glUniform3uiv( method in class:GLES30
1169 // C function void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
1171 public static native void glUniform3uiv( method in class:GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec61 void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h850 #define glUniform3uiv wrap_glUniform3uiv macro
H A Dgles_undefine.h850 #undef glUniform3uiv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3230 /* void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value ) */
3258 glUniform3uiv(
3274 /* void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value ) */
3297 glUniform3uiv(
6007 {"glUniform3uiv", "(II[II)V", (void *) android_glUniform3uiv__II_3II },
6008 {"glUniform3uiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform3uiv__IILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1156 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
H A Dgl31.h1156 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
H A Dgl32.h1156 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);

Completed in 1228 milliseconds