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/
DState.h84 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
DState.cpp404 void State::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMa… in setStencilBackParams() argument
407 mStencilBackRef = (stencilBackRef > 0) ? stencilBackRef : 0; in setStencilBackParams()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DRenderer9.cpp860 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument
865 stencilBackRef != mCurStencilBackRef; in setDepthStencilState()
896 ASSERT(stencilRef == stencilBackRef); in setDepthStencilState()
925 … (stencilBackRef < (int)maxStencil) ? stencilBackRef : maxStencil); in setDepthStencilState()
944 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()
DRenderer9.h73 int stencilBackRef, bool frontFaceCCW);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h122 int stencilBackRef, bool frontFaceCCW) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.h72 int stencilBackRef, bool frontFaceCCW);
DRenderer11.cpp648 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument
652 stencilRef != mCurStencilRef || stencilBackRef != mCurStencilBackRef) in setDepthStencilState()
655 ASSERT(stencilRef == stencilBackRef); in setDepthStencilState()
677 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()