Searched refs:ValidateClearDepthx (Results 1 – 3 of 3) sorted by relevance
27 bool ValidateClearDepthx(const Context *context, GLfixed depth);
674 bool ValidateClearDepthx(const Context *context, GLfixed depth) in ValidateClearDepthx() function
105 bool isCallValid = (context->skipValidation() || ValidateClearDepthx(context, depth)); in GL_ClearDepthx()