Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL2.cpp111 bool ValidateVertexAttrib4Nubv(const Context *context, GLuint index, const GLubyte *v) in ValidateVertexAttrib4Nubv() function
DvalidationGL2_autogen.h50 bool ValidateVertexAttrib4Nubv(const Context *context, GLuint index, const GLubyte *v);
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1992 (context->skipValidation() || ValidateVertexAttrib4Nubv(context, index, v)); in GL_VertexAttrib4Nubv()