Searched refs:ValidateWindowPos2fv (Results 1 – 4 of 4) sorted by relevance
65 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v);
1760 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v) in ValidateWindowPos2fv() function
545 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v);
9911 bool isCallValid = (context->skipValidation() || ValidateWindowPos2fv(context, v)); in GL_WindowPos2fv()