Searched refs:ValidateVertex2s (Results 1 – 3 of 3) sorted by relevance
1189 bool ValidateVertex2s(const Context *, GLshort x, GLshort y) in ValidateVertex2s() function
350 bool ValidateVertex2s(const Context *context, GLshort x, GLshort y);
6607 bool isCallValid = (context->skipValidation() || ValidateVertex2s(context, x, y)); in GL_Vertex2s()