Searched refs:ValidateVertex4iv (Results 1 – 3 of 3) sorted by relevance
1264 bool ValidateVertex4iv(const Context *, const GLint *v) in ValidateVertex4iv() function
365 bool ValidateVertex4iv(const Context *context, const GLint *v);
6925 bool isCallValid = (context->skipValidation() || ValidateVertex4iv(context, v)); in GL_Vertex4iv()