Searched refs:ValidateVertex3iv (Results 1 – 3 of 3) sorted by relevance
1224 bool ValidateVertex3iv(const Context *, const GLint *v) in ValidateVertex3iv() function
357 bool ValidateVertex3iv(const Context *context, const GLint *v);
6754 bool isCallValid = (context->skipValidation() || ValidateVertex3iv(context, v)); in GL_Vertex3iv()