Searched refs:ValidateDepthRange (Results 1 – 3 of 3) sorted by relevance
236 bool ValidateDepthRange(const Context *, GLdouble n, GLdouble f) in ValidateDepthRange() function
91 bool ValidateDepthRange(const Context *context, GLdouble n, GLdouble f);
1226 bool isCallValid = (context->skipValidation() || ValidateDepthRange(context, n, f)); in GL_DepthRange()