Searched refs:maxClipPlane (Results 1 – 2 of 2) sorted by relevance
56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport()66 int maxClipPlane; member168 static int getMaxClipPlanes(){return s_glSupport.maxClipPlane;} in getMaxClipPlanes()
512 s_glDispatch.glGetIntegerv(GL_MAX_CLIP_PLANES,&s_glSupport.maxClipPlane); in initCapsLocked()