Home
last modified time | relevance | path

Searched refs:Uniform3uiv (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1446 { "glUniform3uiv", _O(Uniform3uiv) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp2172 void GL_APIENTRY Uniform3uiv(GLint location, GLsizei count, const GLuint *value) in Uniform3uiv() function
2254 Uniform3uiv(location, 1, (GLuint*)&xyz); in Uniform3ui()
Dentry_points.h282 void GL_APIENTRY Uniform3uiv(GLint location, GLsizei count, const GLuint *value);
Dentry_points.cpp1287 return gl::Uniform3uiv(location, count, value); in glUniform3uiv()
DlibGLESv2.cpp6528 FUNCTION(Uniform3uiv), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp2568 ANGLE_CAPTURE(Uniform3uiv, isCallValid, context, locationPacked, count, value); in GL_Uniform3uiv()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp1742 ANGLE_CAPTURE(Uniform3uiv, isCallValid, context, locationPacked, count, value); in GL_Uniform3uiv()