Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_RenderState.h123 class Blend
213 explicit Blend( const RenderState& renderState_ );
793 Blend blend;
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_RenderState.cpp67 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
89 command = Blend::MakeDisableCommand( command, false ); in MakeCommand()
97 … bit32* RenderState::Blend::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
517 RenderState::Blend::Blend( const RenderState& renderState_ ) in Blend() function in nn::gr::CTR::RenderState::Blend
630 command = Blend::MakeDisableCommand( command, false ); in MakeDisableCommand()