Searched refs:stencilBackFunc (Results 1 – 2 of 2) sorted by relevance
80 mState.stencilBackFunc = GL_ALWAYS; in Context()495 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBack… in setStencilBackParams() argument497 if(mState.stencilBackFunc != stencilBackFunc || in setStencilBackParams()501 mState.stencilBackFunc = stencilBackFunc; in setStencilBackParams()1940 …case GL_STENCIL_BACK_FUNC: *params = mState.stencilBackFunc; return t… in getIntegerv()2867 device->setStencilCompareCCW(es2sw::ConvertStencilComparison(mState.stencilBackFunc)); in applyState()2889 device->setStencilCompare(es2sw::ConvertStencilComparison(mState.stencilBackFunc)); in applyState()
360 GLenum stencilBackFunc; member465 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);