Searched refs:ValidateVertex2i (Results 1 – 3 of 3) sorted by relevance
1179 bool ValidateVertex2i(const Context *, GLint x, GLint y) in ValidateVertex2i() function
348 bool ValidateVertex2i(const Context *context, GLint x, GLint y);
6565 bool isCallValid = (context->skipValidation() || ValidateVertex2i(context, x, y)); in GL_Vertex2i()