Searched refs:ValidateVertex2sv (Results 1 – 3 of 3) sorted by relevance
1194 bool ValidateVertex2sv(const Context *, const GLshort *v) in ValidateVertex2sv() function
351 bool ValidateVertex2sv(const Context *context, const GLshort *v);
6628 bool isCallValid = (context->skipValidation() || ValidateVertex2sv(context, v)); in GL_Vertex2sv()