Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_RenderState.h31 class RenderState
104 explicit AlphaTest( const RenderState& renderState_ );
117 const RenderState& m_RenderState;
310 explicit Blend( const RenderState& renderState_ );
324 const RenderState& m_RenderState;
376 explicit LogicOp( const RenderState& renderState_ );
389 const RenderState& m_RenderState;
524 explicit StencilTest( const RenderState& renderState_ );
537 const RenderState& m_RenderState;
590 explicit DepthTest( const RenderState& renderState_ );
[all …]
/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_RenderState.cpp25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
51 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
87 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
109 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
120 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
135 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
152 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
200 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand()
251 … bit32* RenderState::RenderState::MakeCommand( bit32* buffer, bool isClearFrameBufferCache ) const in MakeCommand()
269 RenderState::Culling::Culling( const RenderState& renderState_ ) in Culling()
[all …]