Searched refs:ValidateVertex2fv (Results 1 – 3 of 3) sorted by relevance
1174 bool ValidateVertex2fv(const Context *, const GLfloat *v) in ValidateVertex2fv() function
347 bool ValidateVertex2fv(const Context *context, const GLfloat *v);
6544 bool isCallValid = (context->skipValidation() || ValidateVertex2fv(context, v)); in GL_Vertex2fv()