Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Rasterizer.h152 enum Culling enum
166 typedef Culling CullingType;
192 static void SetCulling(Culling culling);
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_RenderState.h652 class Culling
716 explicit Culling( const RenderState& renderState_ );
853 Culling cullingTest;
/CTR-SDK-2.4.0/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()
506 RenderState::Culling::Culling( const RenderState& renderState_ ) in Culling() function in nn::gr::CTR::RenderState::Culling
630 command = Culling::MakeDisableCommand( command, false ); in MakeDisableCommand()