Home
last modified time | relevance | path

Searched refs:ValidateVertexAttrib4ubv (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DvalidationGL2.cpp166 bool ValidateVertexAttrib4ubv(const Context *context, GLuint index, const GLubyte *v) in ValidateVertexAttrib4ubv() function
DvalidationGL2_autogen.h69 bool ValidateVertexAttrib4ubv(const Context *context, GLuint index, const GLubyte *v);
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp2245 (context->skipValidation() || ValidateVertexAttrib4ubv(context, index, v)); in GL_VertexAttrib4ubv()