Searched refs:getClipPlane (Results 1 – 7 of 7) sorted by relevance
208 void getClipPlane(unsigned int plane, GLfloat *equation) const;
185 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equation); in getClipPlanef()192 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equationf); in getClipPlanex()
464 void GLES1State::getClipPlane(unsigned int plane, GLfloat *equation) const in getClipPlane() function in gl::GLES1State
83 void getClipPlane(GLenum plane, GLdouble *equation); \
410 gles1State.getClipPlane( in prepareForDraw()
1027 void Context::getClipPlane(GLenum plane, GLdouble *equation) in getClipPlane() function in gl::Context
2032 context->getClipPlane(plane, equation); in GL_GetClipPlane()