Searched refs:isClipPlaneEnabled (Results 1 – 3 of 3) sorted by relevance
2518 case GL_CLIP_PLANE0: return context->isClipPlaneEnabled(0); break; in IsEnabled()2519 case GL_CLIP_PLANE1: return context->isClipPlaneEnabled(1); break; in IsEnabled()2520 case GL_CLIP_PLANE2: return context->isClipPlaneEnabled(2); break; in IsEnabled()2521 case GL_CLIP_PLANE3: return context->isClipPlaneEnabled(3); break; in IsEnabled()2522 case GL_CLIP_PLANE4: return context->isClipPlaneEnabled(4); break; in IsEnabled()2523 case GL_CLIP_PLANE5: return context->isClipPlaneEnabled(5); break; in IsEnabled()
532 bool isClipPlaneEnabled(int index) const;
3314 bool Context::isClipPlaneEnabled(int index) const in isClipPlaneEnabled() function in es1::Context