Searched refs:ValidateVertex3fv (Results 1 – 3 of 3) sorted by relevance
1214 bool ValidateVertex3fv(const Context *, const GLfloat *v) in ValidateVertex3fv() function
355 bool ValidateVertex3fv(const Context *context, const GLfloat *v);
6712 bool isCallValid = (context->skipValidation() || ValidateVertex3fv(context, v)); in GL_Vertex3fv()