Searched refs:Uniform3uiv (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 282 void Uniform3uiv(GLint location, GLsizei count, const GLuint *value);
|
D | libGLESv3.cpp | 2170 void Uniform3uiv(GLint location, GLsizei count, const GLuint *value) in Uniform3uiv() function 2252 Uniform3uiv(location, 1, (GLuint*)&xyz); in Uniform3ui()
|
D | entry_points.cpp | 1287 return gl::Uniform3uiv(location, count, value); in glUniform3uiv()
|
D | libGLESv2.cpp | 6568 FUNCTION(Uniform3uiv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1447 { "glUniform3uiv", _O(Uniform3uiv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2301 #define glUniform3uiv MANGLE(Uniform3uiv)
|