Searched refs:glUniform3uiv (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 370 glUniform3uiv;
|
D | entries.in | 834 GL_ENTRY(void, glUniform3uiv, GLint location, GLsizei count, const GLuint *value)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1162 public static native void glUniform3uiv( in glUniform3uiv() method in GLES30 1171 public static native void glUniform3uiv( in glUniform3uiv() method in GLES30
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 61 void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 850 #define glUniform3uiv wrap_glUniform3uiv macro
|
D | gles_undefine.h | 850 #undef glUniform3uiv
|
D | gles_stubs.in | 589 void API_ENTRY(glUniform3uiv)(GLint location, GLsizei count, const GLuint *value) { 590 CALL_GL_API(glUniform3uiv, location, count, value);
|
D | gles_decls.in | 197 GL_ENTRY(void, glUniform3uiv, GLint location, GLsizei count, const GLuint *value)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 589 void API_ENTRY(glUniform3uiv)(GLint location, GLsizei count, const GLuint *value) { 590 CALL_GL_API(glUniform3uiv, location, count, value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1156 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1156 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1156 GL_APICALL void GL_APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3258 glUniform3uiv( in android_glUniform3uiv__II_3II() 3297 glUniform3uiv( in android_glUniform3uiv__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20307 method public static void glUniform3uiv(int, int, int[], int); 20308 method public static void glUniform3uiv(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 29040 method public static void glUniform3uiv(int, int, int[], int); 29041 method public static void glUniform3uiv(int, int, java.nio.IntBuffer);
|
D | system-current.txt | 31749 method public static void glUniform3uiv(int, int, int[], int); 31750 method public static void glUniform3uiv(int, int, java.nio.IntBuffer);
|