Searched refs:ValidateWindowPos2fv (Results 1 – 3 of 3) sorted by relevance
175 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v) in ValidateWindowPos2fv() function
65 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v);
714 bool isCallValid = (context->skipValidation() || ValidateWindowPos2fv(context, v)); in WindowPos2fv()