Home
last modified time | relevance | path

Searched refs:stencilBackFunc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp80 mState.stencilBackFunc = GL_ALWAYS; in Context()
495 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBack… in setStencilBackParams() argument
497 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()
DContext.h360 GLenum stencilBackFunc; member
465 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);