Home
last modified time | relevance | path

Searched refs:stencilBackRef (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.h141 GLint stencilBackRef; member
213 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
DContext.cpp103 mState.stencilBackRef = 0; in Context()
440 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBack… in setStencilBackParams() argument
443 mState.stencilBackRef = (stencilBackRef > 0) ? stencilBackRef : 0; in setStencilBackParams()
1319 …case GL_STENCIL_BACK_REF: *params = mState.stencilBackRef; b… in getIntegerv()
1783 mRenderer->setDepthStencilState(mState.depthStencil, mState.stencilRef, mState.stencilBackRef, in applyState()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h125 int stencilBackRef, bool frontFaceCCW) = 0;
DRenderer9.cpp953 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument
958 stencilBackRef != mCurStencilBackRef; in setDepthStencilState()
988 stencilRef != stencilBackRef || in setDepthStencilState()
1021 … (stencilBackRef < (int)maxStencil) ? stencilBackRef : maxStencil); in setDepthStencilState()
1040 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()
DRenderer9.h78 int stencilBackRef, bool frontFaceCCW);
DRenderer11.h64 int stencilBackRef, bool frontFaceCCW);
DRenderer11.cpp704 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument
708 stencilRef != mCurStencilRef || stencilBackRef != mCurStencilBackRef) in setDepthStencilState()
711 stencilRef != stencilBackRef || in setDepthStencilState()
730 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()