Searched refs:ValidateVertex4dv (Results 1 – 3 of 3) sorted by relevance
1244 bool ValidateVertex4dv(const Context *, const GLdouble *v) in ValidateVertex4dv() function
361 bool ValidateVertex4dv(const Context *context, const GLdouble *v);
6839 bool isCallValid = (context->skipValidation() || ValidateVertex4dv(context, v)); in GL_Vertex4dv()