Searched refs:ValidateWindowPos3iv (Results 1 – 4 of 4) sorted by relevance
75 bool ValidateWindowPos3iv(const Context *context, const GLint *v);
1810 bool ValidateWindowPos3iv(const Context *context, const GLint *v) in ValidateWindowPos3iv() function
555 bool ValidateWindowPos3iv(const Context *context, const GLint *v);
10126 bool isCallValid = (context->skipValidation() || ValidateWindowPos3iv(context, v)); in GL_WindowPos3iv()