Searched refs:depthTest (Results 1 – 2 of 2) sorted by relevance
212 if ( m_RenderState.depthTest.isEnable ) in MakeCommand()214 …if ( m_RenderState.depthTest.isEnableWrite ) { depth_stencil_read |= 2; depth_stencil_write |=… in MakeCommand()246 command = depthTest.MakeCommand( command, false ); in MakeCommand()354 depthTest ( *this ), in RenderState()
872 DepthTest depthTest; variable