Searched refs:ValidateDepthRangex (Results 1 – 3 of 3) sorted by relevance
51 bool ValidateDepthRangex(const Context *context, GLfixed n, GLfixed f);
742 bool ValidateDepthRangex(const Context *context, GLfixed n, GLfixed f) in ValidateDepthRangex() function
289 bool isCallValid = (context->skipValidation() || ValidateDepthRangex(context, n, f)); in GL_DepthRangex()