Searched refs:ValidateVertex2iv (Results 1 – 3 of 3) sorted by relevance
1184 bool ValidateVertex2iv(const Context *, const GLint *v) in ValidateVertex2iv() function
349 bool ValidateVertex2iv(const Context *context, const GLint *v);
6586 bool isCallValid = (context->skipValidation() || ValidateVertex2iv(context, v)); in GL_Vertex2iv()