Searched refs:stencilBackRef (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.h | 141 GLint stencilBackRef; member 213 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
|
D | Context.cpp | 103 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/ |
D | Renderer.h | 125 int stencilBackRef, bool frontFaceCCW) = 0;
|
D | Renderer9.cpp | 953 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()
|
D | Renderer9.h | 78 int stencilBackRef, bool frontFaceCCW);
|
D | Renderer11.h | 64 int stencilBackRef, bool frontFaceCCW);
|
D | Renderer11.cpp | 704 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument 708 stencilRef != mCurStencilRef || stencilBackRef != mCurStencilBackRef) in setDepthStencilState() 711 stencilRef != stencilBackRef || in setDepthStencilState() 730 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()
|