Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_RenderState.h550 class Culling
614 explicit Culling( const RenderState& renderState_ );
740 Culling cullingTest;
/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()
402 RenderState::Culling::Culling( const RenderState& renderState_ ) in Culling() function in nn::gr::CTR::RenderState::Culling
512 command = Culling::MakeDisableCommand( command, false ); in MakeDisableCommand()