Searched refs:ValidateVertex3s (Results 1 – 3 of 3) sorted by relevance
1229 bool ValidateVertex3s(const Context *, GLshort x, GLshort y, GLshort z) in ValidateVertex3s() function
358 bool ValidateVertex3s(const Context *context, GLshort x, GLshort y, GLshort z);
6775 bool isCallValid = (context->skipValidation() || ValidateVertex3s(context, x, y, z)); in GL_Vertex3s()