Searched refs:ValidateWindowPos2iv (Results 1 – 4 of 4) sorted by relevance
67 bool ValidateWindowPos2iv(const Context *context, const GLint *v);
1770 bool ValidateWindowPos2iv(const Context *context, const GLint *v) in ValidateWindowPos2iv() function
547 bool ValidateWindowPos2iv(const Context *context, const GLint *v);
9954 bool isCallValid = (context->skipValidation() || ValidateWindowPos2iv(context, v)); in GL_WindowPos2iv()