Searched refs:ValidateVertex3d (Results 1 – 3 of 3) sorted by relevance
1199 bool ValidateVertex3d(const Context *, GLdouble x, GLdouble y, GLdouble z) in ValidateVertex3d() function
352 bool ValidateVertex3d(const Context *context, GLdouble x, GLdouble y, GLdouble z);
6649 bool isCallValid = (context->skipValidation() || ValidateVertex3d(context, x, y, z)); in GL_Vertex3d()