Searched refs:ValidateVertex3i (Results 1 – 3 of 3) sorted by relevance
1219 bool ValidateVertex3i(const Context *, GLint x, GLint y, GLint z) in ValidateVertex3i() function
356 bool ValidateVertex3i(const Context *context, GLint x, GLint y, GLint z);
6733 bool isCallValid = (context->skipValidation() || ValidateVertex3i(context, x, y, z)); in GL_Vertex3i()