Searched refs:ValidateWindowPos3f (Results 1 – 3 of 3) sorted by relevance
210 bool ValidateWindowPos3f(const Context *context, GLfloat x, GLfloat y, GLfloat z) in ValidateWindowPos3f() function
72 bool ValidateWindowPos3f(const Context *context, GLfloat x, GLfloat y, GLfloat z);
838 bool isCallValid = (context->skipValidation() || ValidateWindowPos3f(context, x, y, z)); in WindowPos3f()