Searched refs:stencilBackRef (Results 1 – 7 of 7) sorted by relevance
84 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
404 void State::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMa… in setStencilBackParams() argument407 mStencilBackRef = (stencilBackRef > 0) ? stencilBackRef : 0; in setStencilBackParams()
860 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument865 stencilBackRef != mCurStencilBackRef; in setDepthStencilState()896 ASSERT(stencilRef == stencilBackRef); in setDepthStencilState()925 … (stencilBackRef < (int)maxStencil) ? stencilBackRef : maxStencil); in setDepthStencilState()944 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()
73 int stencilBackRef, bool frontFaceCCW);
122 int stencilBackRef, bool frontFaceCCW) = 0;
72 int stencilBackRef, bool frontFaceCCW);
648 int stencilBackRef, bool frontFaceCCW) in setDepthStencilState() argument652 stencilRef != mCurStencilRef || stencilBackRef != mCurStencilBackRef) in setDepthStencilState()655 ASSERT(stencilRef == stencilBackRef); in setDepthStencilState()677 mCurStencilBackRef = stencilBackRef; in setDepthStencilState()