Searched refs:depthTest (Results 1 – 2 of 2) sorted by relevance
318 if ( m_RenderState.depthTest.isEnable ) in MakeCommand()320 …if ( m_RenderState.depthTest.isEnableWrite ) { depth_stencil_read |= 2; depth_stencil_write |=… in MakeCommand()393 command = depthTest.MakeCommand( command, false ); in MakeCommand()501 depthTest ( *this ), in RenderState()
732 DepthTest depthTest; variable