Searched refs:Uniform1uiv (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 280 void Uniform1uiv(GLint location, GLsizei count, const GLuint *value);
|
D | libGLESv3.cpp | 2104 void Uniform1uiv(GLint location, GLsizei count, const GLuint *value) in Uniform1uiv() function 2238 Uniform1uiv(location, 1, &v0); in Uniform1ui()
|
D | entry_points.cpp | 1277 return gl::Uniform1uiv(location, count, value); in glUniform1uiv()
|
D | libGLESv2.cpp | 6556 FUNCTION(Uniform1uiv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1443 { "glUniform1uiv", _O(Uniform1uiv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2265 #define glUniform1uiv MANGLE(Uniform1uiv)
|