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()
191 bit32* RenderState::ShadowMap::MakeAttenuationCommand( bit32* command ) const in MakeAttenuationCommand()
203 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
214 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
230 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
245 …bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
261 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
278 … bit32* RenderState::DepthTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
308 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
356 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand()
442 … bit32* RenderState::FBAccess::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
468 bit32* RenderState::FBAccess::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
483 … bit32* RenderState::RenderState::MakeCommand( bit32* buffer, bool isClearFrameBufferCache ) const in MakeCommand()
502 RenderState::Culling::Culling( const RenderState& renderState_ ) in Culling()
512 RenderState::Blend::Blend( const RenderState& renderState_ ) in Blend()
530 RenderState::LogicOp::LogicOp( const RenderState& renderState_ ) in LogicOp()
539 RenderState::ShadowMap::ShadowMap( const RenderState& renderState_ ) in ShadowMap()
552 RenderState::AlphaTest::AlphaTest( const RenderState& renderState_ ) in AlphaTest()
562 RenderState::StencilTest::StencilTest( const RenderState& renderState_ ) in StencilTest()
577 RenderState::DepthTest::DepthTest( const RenderState& renderState_ ) in DepthTest()
587 RenderState::WBuffer::WBuffer( const RenderState& renderState_ ) in WBuffer()
601 RenderState::FBAccess::FBAccess( const RenderState& renderState_ ) in FBAccess()
608 RenderState::RenderState() : in RenderState() function in nn::gr::CTR::RenderState
624 bit32* RenderState::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()