Searched refs:ValidateClearDepth (Results 1 – 3 of 3) sorted by relevance
51 bool ValidateClearDepth(const Context *, GLdouble depth) in ValidateClearDepth() function
38 bool ValidateClearDepth(const Context *context, GLdouble depth);
278 bool isCallValid = (context->skipValidation() || ValidateClearDepth(context, depth)); in GL_ClearDepth()