Searched refs:setStencilParams (Results 1 – 3 of 3) sorted by relevance
83 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
397 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in gl::State
3938 context->getState().setStencilParams(func, ref, mask); in glStencilFuncSeparate()