Searched refs:ValidateVertex2dv (Results 1 – 3 of 3) sorted by relevance
1164 bool ValidateVertex2dv(const Context *, const GLdouble *v) in ValidateVertex2dv() function
345 bool ValidateVertex2dv(const Context *context, const GLdouble *v);
6502 bool isCallValid = (context->skipValidation() || ValidateVertex2dv(context, v)); in GL_Vertex2dv()