Home
last modified time | relevance | path

Searched refs:RenderState (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_RenderState.h31 class RenderState
91 explicit AlphaTest( const RenderState& renderState_ );
115 const RenderState& m_RenderState;
213 explicit Blend( const RenderState& renderState_ );
237 const RenderState& m_RenderState;
269 explicit LogicOp( const RenderState& renderState_ );
282 const RenderState& m_RenderState;
369 explicit StencilTest( const RenderState& renderState_ );
392 const RenderState& m_RenderState;
433 explicit DepthTest( const RenderState& renderState_ );
[all …]
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_RenderState.cpp25 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()
[all …]
Dgr_Utility.cpp120 command = nn::gr::CTR::RenderState::MakeDisableCommand( command ); in MakeDisableAllCommand()