| /CTR-SDK-0.13.2/sources/libraries/gr/CTR/ |
| D | gr_RenderState.cpp | 25 u32* RenderState::Culling::MakeCommand( u32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::Culling 46 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 51 u32* RenderState::Blend::MakeCommand( u32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::Blend 82 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 87 u32* RenderState::LogicOp::MakeCommand( u32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::LogicOp 104 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 109 u32* RenderState::AlphaTest::MakeCommand( u32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::AlphaTest 115 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 120 u32* RenderState::StencilTest::MakeCommand( u32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::StencilTest 130 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() [all …]
|
| D | gr_Texture.cpp | 25 u32* Texture::Unit0::MakeCommand( u32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit0 99 u32* Texture::Unit1::MakeCommand( u32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit1 144 u32* Texture::Unit2::MakeCommand( u32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit2 188 u32* Texture::Unit3::MakeCommand( u32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit3 200 u32* Texture::MakeCommand( u32* command ) const in MakeCommand() function in nn::gr::CTR::Texture 203 command = unit0.MakeCommand( command, false ); in MakeCommand() 204 command = unit1.MakeCommand( command, false ); in MakeCommand() 205 command = unit2.MakeCommand( command, false ); in MakeCommand() 206 command = unit3.MakeCommand( command, false ); in MakeCommand()
|
| D | gr_Scissor.cpp | 25 u32* Scissor::MakeCommand( u32* command ) in MakeCommand() function in nn::gr::CTR::Scissor
|
| D | gr_Viewport.cpp | 26 u32* Viewport::MakeCommand( u32* command ) in MakeCommand() function in nn::gr::CTR::Viewport
|
| D | gr_Combiner.cpp | 25 u32* Combiner::MakeCommand( u32* command ) const in MakeCommand() function in nn::gr::CTR::Combiner 29 command = stage[ stage_index ].MakeCommand( command ); in MakeCommand() 56 u32* Combiner::Stage::MakeCommand( u32* command ) const in MakeCommand() function in nn::gr::CTR::Combiner::Stage
|
| D | gr_FragmentLight.cpp | 25 u32* FragmentLight::Source::MakeCommand( u32* command ) const in MakeCommand() function in nn::gr::CTR::FragmentLight::Source 203 command = source[ i ].MakeCommand( command ); in MakeLightSourceCommand()
|
| /CTR-SDK-0.13.2/include/nn/gr/CTR/ |
| D | gr_RenderState.h | 116 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 335 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 403 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 557 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 628 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 711 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 794 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 828 u32* MakeCommand( u32* command ) const; 928 u32* MakeCommand( u32* command ) const;
|
| D | gr_LookUpTable.h | 66 u32* MakeCommand( u32* command, const PicaDataFragLightSampler type ) const in MakeCommand() function 86 …return MakeCommand( command, static_cast< PicaDataFragLightSampler >( PICA_DATA_SAMPLER_SP + light… in MakeSpotTableCommand() 99 …return MakeCommand( command, static_cast< PicaDataFragLightSampler >( PICA_DATA_SAMPLER_DA + light… in MakeDistAttnTableCommand()
|
| D | gr_Texture.h | 324 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; 367 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; 426 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; 487 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; 538 u32* MakeCommand( u32* command ) const;
|
| D | gr_Combiner.h | 284 u32* MakeCommand( u32* command ) const; 354 u32* MakeCommand( u32* command ) const;
|
| D | gr_Viewport.h | 59 u32* MakeCommand( u32* command );
|
| D | gr_Scissor.h | 61 u32* MakeCommand( u32* command );
|
| D | gr_FragmentLight.h | 317 u32* MakeCommand( u32* command ) const;
|