Lines Matching refs:RenderState

25             bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const  in MakeCommand()
51 … bit32* RenderState::Culling::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
67 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
97 … bit32* RenderState::Blend::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
117 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
139 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
150 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
166 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
181 …bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
197 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
214 … bit32* RenderState::DepthTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
244 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
292 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand()
343 … bit32* RenderState::FBAccess::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
369 bit32* RenderState::FBAccess::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
384 … bit32* RenderState::RenderState::MakeCommand( bit32* buffer, bool isClearFrameBufferCache ) const in MakeCommand()
402 RenderState::Culling::Culling( const RenderState& renderState_ ) in Culling()
412 RenderState::Blend::Blend( const RenderState& renderState_ ) in Blend()
430 RenderState::LogicOp::LogicOp( const RenderState& renderState_ ) in LogicOp()
439 RenderState::AlphaTest::AlphaTest( const RenderState& renderState_ ) in AlphaTest()
449 RenderState::StencilTest::StencilTest( const RenderState& renderState_ ) in StencilTest()
464 RenderState::DepthTest::DepthTest( const RenderState& renderState_ ) in DepthTest()
474 RenderState::WBuffer::WBuffer( const RenderState& renderState_ ) in WBuffer()
488 RenderState::FBAccess::FBAccess( const RenderState& renderState_ ) in FBAccess()
495 RenderState::RenderState() : in RenderState() function in nn::gr::CTR::RenderState
510 bit32* RenderState::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()