Searched refs:ValidateDepthFunc (Results 1 – 4 of 4) sorted by relevance
124 bool ValidateDepthFunc(const Context *context, GLenum func);
4257 bool ValidateDepthFunc(const Context *context, GLenum func) in ValidateDepthFunc() function
925 bool isCallValid = (context->skipValidation() || ValidateDepthFunc(context, func)); in GL_DepthFunc()
1184 bool isCallValid = (context->skipValidation() || ValidateDepthFunc(context, func)); in GL_DepthFunc()