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::ShadowMap::MakeCommand( bit32* command, in MakeCommand()
160 … bit32* RenderState::ShadowMap::MakeTextureCommand( bit32* command, bool isAddDummyCommand ) const in MakeTextureCommand()
195 bit32* RenderState::ShadowMap::MakeAttenuationCommand( bit32* command ) const in MakeAttenuationCommand()
207 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
218 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
234 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
249 …bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
265 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
282 … bit32* RenderState::DepthTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
312 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
360 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand()
446 … bit32* RenderState::FBAccess::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
472 bit32* RenderState::FBAccess::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
487 … bit32* RenderState::RenderState::MakeCommand( bit32* buffer, bool isClearFrameBufferCache ) const in MakeCommand()
506 RenderState::Culling::Culling( const RenderState& renderState_ ) in Culling()
516 RenderState::Blend::Blend( const RenderState& renderState_ ) in Blend()
534 RenderState::LogicOp::LogicOp( const RenderState& renderState_ ) in LogicOp()
543 RenderState::ShadowMap::ShadowMap( const RenderState& renderState_ ) in ShadowMap()
556 RenderState::AlphaTest::AlphaTest( const RenderState& renderState_ ) in AlphaTest()
566 RenderState::StencilTest::StencilTest( const RenderState& renderState_ ) in StencilTest()
581 RenderState::DepthTest::DepthTest( const RenderState& renderState_ ) in DepthTest()
591 RenderState::WBuffer::WBuffer( const RenderState& renderState_ ) in WBuffer()
605 RenderState::FBAccess::FBAccess( const RenderState& renderState_ ) in FBAccess()
612 RenderState::RenderState() : in RenderState() function in nn::gr::CTR::RenderState
628 bit32* RenderState::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()