Searched refs:Uniform4uiv (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 283 void Uniform4uiv(GLint location, GLsizei count, const GLuint *value);
|
D | libGLESv3.cpp | 2203 void Uniform4uiv(GLint location, GLsizei count, const GLuint *value) in Uniform4uiv() function 2259 Uniform4uiv(location, 1, (GLuint*)&xyzw); in Uniform4ui()
|
D | entry_points.cpp | 1292 return gl::Uniform4uiv(location, count, value); in glUniform4uiv()
|
D | libGLESv2.cpp | 6574 FUNCTION(Uniform4uiv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1449 { "glUniform4uiv", _O(Uniform4uiv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2319 #define glUniform4uiv MANGLE(Uniform4uiv)
|