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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1126 // C function void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value )
1128 public static native void glUniform1uiv( method in class:GLES30
1135 // C function void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value )
1137 public static native void glUniform1uiv( method in class:GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec59 void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h838 #define glUniform1uiv wrap_glUniform1uiv macro
H A Dgles_undefine.h838 #undef glUniform1uiv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3066 /* void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value ) */
3094 glUniform1uiv(
3110 /* void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value ) */
3133 glUniform1uiv(
6003 {"glUniform1uiv", "(II[II)V", (void *) android_glUniform1uiv__II_3II },
6004 {"glUniform1uiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform1uiv__IILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
H A Dgl31.h1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
H A Dgl32.h1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);

Completed in 107 milliseconds