Searched defs:stencilBackRef (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.cpp404 void State::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask) argument
407 mStencilBackRef = (stencilBackRef > 0) ? stencilBackRef : 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp648 int stencilBackRef, bool frontFaceCCW)
652 stencilRef != mCurStencilRef || stencilBackRef != mCurStencilBackRef)
655 ASSERT(stencilRef == stencilBackRef);
677 mCurStencilBackRef = stencilBackRef;
647 setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef, int stencilBackRef, bool frontFaceCCW) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp860 int stencilBackRef, bool frontFaceCCW)
865 stencilBackRef != mCurStencilBackRef;
896 ASSERT(stencilRef == stencilBackRef);
925 (stencilBackRef < (int)maxStencil) ? stencilBackRef : maxStencil);
944 mCurStencilBackRef = stencilBackRef;
859 setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef, int stencilBackRef, bool frontFaceCCW) argument

Completed in 114 milliseconds