Searched refs:ValidateVertex4fv (Results 1 – 3 of 3) sorted by relevance
1254 bool ValidateVertex4fv(const Context *, const GLfloat *v) in ValidateVertex4fv() function
363 bool ValidateVertex4fv(const Context *context, const GLfloat *v);
6882 bool isCallValid = (context->skipValidation() || ValidateVertex4fv(context, v)); in GL_Vertex4fv()