Searched refs:ValidateVertex3dv (Results 1 – 3 of 3) sorted by relevance
1204 bool ValidateVertex3dv(const Context *, const GLdouble *v) in ValidateVertex3dv() function
353 bool ValidateVertex3dv(const Context *context, const GLdouble *v);
6670 bool isCallValid = (context->skipValidation() || ValidateVertex3dv(context, v)); in GL_Vertex3dv()