Searched refs:ValidateClipPlane (Results 1 – 3 of 3) sorted by relevance
61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane() function
40 bool ValidateClipPlane(const Context *context, GLenum plane, const GLdouble *equation);
343 (context->skipValidation() || ValidateClipPlane(context, plane, equation)); in GL_ClipPlane()