Searched refs:ValidateClearDepthf (Results 1 – 4 of 4) sorted by relevance
66 bool ValidateClearDepthf(const Context *context, GLfloat d);
4163 bool ValidateClearDepthf(const Context *context, GLfloat depth) in ValidateClearDepthf() function
459 bool isCallValid = (context->skipValidation() || ValidateClearDepthf(context, d)); in GL_ClearDepthf()
1319 bool isCallValid = (context->skipValidation() || ValidateClearDepthf(context, d)); in GL_ClearDepthf()