Searched refs:ValidateVertex4sv (Results 1 – 3 of 3) sorted by relevance
1274 bool ValidateVertex4sv(const Context *, const GLshort *v) in ValidateVertex4sv() function
367 bool ValidateVertex4sv(const Context *context, const GLshort *v);
6968 bool isCallValid = (context->skipValidation() || ValidateVertex4sv(context, v)); in GL_Vertex4sv()