Searched refs:glUniform1uiv (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 358 glUniform1uiv;
|
D | entries.in | 822 GL_ENTRY(void, glUniform1uiv, GLint location, GLsizei count, const GLuint *value)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1128 public static native void glUniform1uiv( in glUniform1uiv() method in GLES30 1137 public static native void glUniform1uiv( in glUniform1uiv() method in GLES30
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 59 void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value )
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 838 #define glUniform1uiv wrap_glUniform1uiv macro
|
D | gles_undefine.h | 838 #undef glUniform1uiv
|
D | gles_stubs.in | 583 void API_ENTRY(glUniform1uiv)(GLint location, GLsizei count, const GLuint *value) { 584 CALL_GL_API(glUniform1uiv, location, count, value);
|
D | gles_decls.in | 195 GL_ENTRY(void, glUniform1uiv, GLint location, GLsizei count, const GLuint *value)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 583 void API_ENTRY(glUniform1uiv)(GLint location, GLsizei count, const GLuint *value) { 584 CALL_GL_API(glUniform1uiv, location, count, value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3094 glUniform1uiv( in android_glUniform1uiv__II_3II() 3133 glUniform1uiv( in android_glUniform1uiv__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20301 method public static void glUniform1uiv(int, int, int[], int); 20302 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 29034 method public static void glUniform1uiv(int, int, int[], int); 29035 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);
|
D | system-current.txt | 31743 method public static void glUniform1uiv(int, int, int[], int); 31744 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);
|