Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL2.cpp86 bool ValidateVertexAttrib4Nbv(const Context *context, GLuint index, const GLbyte *v) in ValidateVertexAttrib4Nbv() function
DvalidationGL2_autogen.h41 bool ValidateVertexAttrib4Nbv(const Context *context, GLuint index, const GLbyte *v);
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1900 (context->skipValidation() || ValidateVertexAttrib4Nbv(context, index, v)); in GL_VertexAttrib4Nbv()