Searched refs:Uniform2uiv (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 281 void Uniform2uiv(GLint location, GLsizei count, const GLuint *value);
|
D | libGLESv3.cpp | 2137 void Uniform2uiv(GLint location, GLsizei count, const GLuint *value) in Uniform2uiv() function 2245 Uniform2uiv(location, 1, (GLuint*)&xy); in Uniform2ui()
|
D | entry_points.cpp | 1282 return gl::Uniform2uiv(location, count, value); in glUniform2uiv()
|
D | libGLESv2.cpp | 6562 FUNCTION(Uniform2uiv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1445 { "glUniform2uiv", _O(Uniform2uiv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2283 #define glUniform2uiv MANGLE(Uniform2uiv)
|