Searched refs:ValidateVertex3f (Results 1 – 3 of 3) sorted by relevance
1209 bool ValidateVertex3f(const Context *, GLfloat x, GLfloat y, GLfloat z) in ValidateVertex3f() function
354 bool ValidateVertex3f(const Context *context, GLfloat x, GLfloat y, GLfloat z);
6691 bool isCallValid = (context->skipValidation() || ValidateVertex3f(context, x, y, z)); in GL_Vertex3f()