Searched refs:ValidateVertex2f (Results 1 – 3 of 3) sorted by relevance
1169 bool ValidateVertex2f(const Context *, GLfloat x, GLfloat y) in ValidateVertex2f() function
346 bool ValidateVertex2f(const Context *context, GLfloat x, GLfloat y);
6523 bool isCallValid = (context->skipValidation() || ValidateVertex2f(context, x, y)); in GL_Vertex2f()