Searched refs:ValidateVertex2d (Results 1 – 3 of 3) sorted by relevance
1159 bool ValidateVertex2d(const Context *, GLdouble x, GLdouble y) in ValidateVertex2d() function
344 bool ValidateVertex2d(const Context *context, GLdouble x, GLdouble y);
6481 bool isCallValid = (context->skipValidation() || ValidateVertex2d(context, x, y)); in GL_Vertex2d()