Searched refs:ValidateVertex3sv (Results 1 – 3 of 3) sorted by relevance
1234 bool ValidateVertex3sv(const Context *, const GLshort *v) in ValidateVertex3sv() function
359 bool ValidateVertex3sv(const Context *context, const GLshort *v);
6796 bool isCallValid = (context->skipValidation() || ValidateVertex3sv(context, v)); in GL_Vertex3sv()