Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL3_autogen.h55 bool ValidateVertexAttribI4ubv(const Context *context, GLuint index, const GLubyte *v);
DvalidationGL3.cpp127 bool ValidateVertexAttribI4ubv(const Context *context, GLuint index, const GLubyte *v) in ValidateVertexAttribI4ubv() function
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp2101 (context->skipValidation() || ValidateVertexAttribI4ubv(context, index, v)); in GL_VertexAttribI4ubv()