Searched refs:isAddDummyCommand (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_ProcedureTexture.h | 329 bit32* MakeAllCommand( bit32* command, bool isAddDummyCommand = true ) const 332 command = MakeConfigCommand( command, isAddDummyCommand ); 348 bit32* MakeConfigCommand( bit32* command, bool isAddDummyCommand = true ) const 350 command = MakeProcedureTextureModeCommand( command, isAddDummyCommand ); 365 … bit32* MakeProcedureTextureModeCommand( bit32* command, bool isAddDummyCommand = true ) const 367 if ( isAddDummyCommand ) 397 … bit32* command, bool isAddProcedureTextureModeCommand = true, bool isAddDummyCommand = true ) con… 401 command = MakeProcedureTextureModeCommand( command, isAddDummyCommand ); 403 else if ( isAddDummyCommand ) 433 … bit32* command, bool isAddProcedureTextureModeCommand = true, bool isAddDummyCommand = true ) con… [all …]
|
| D | gr_Texture.h | 420 bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true ) const; 430 bit32* MakeFuncCommand( bit32* command, bool isAddDummyCommand = true ) const; 440 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
|
| D | gr_FragmentLight.h | 666 bit32* MakeLightEnvCommand( bit32* command, bool isAddDummyCommand = true ) const; 676 bit32* MakeAllCommand( bit32* command, bool isAddDummyCommand = true ) const; 686 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
|
| D | gr_RenderState.h | 312 bool isAddDummyCommand = true ) const; 323 bool isAddDummyCommand = true ) const;
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_FragmentLight.cpp | 171 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand() 209 if ( isAddDummyCommand ) in MakeLightEnvCommand() 275 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand() 283 command = MakeLightEnvCommand( command, isAddDummyCommand ); in MakeAllCommand() 304 bit32* FragmentLight::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() argument 309 if ( isAddDummyCommand ) in MakeDisableCommand()
|
| D | gr_Texture.cpp | 209 bit32* Texture::MakeCommand( bit32* command, bool isAddDummyCommand ) const in MakeCommand() 211 command = MakeFuncCommand( command, isAddDummyCommand ); in MakeCommand() 222 bit32* Texture::MakeFuncCommand( bit32* command, bool isAddDummyCommand ) const in MakeFuncCommand() 224 if ( isAddDummyCommand ) in MakeFuncCommand() 239 bit32* Texture::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() argument 241 if ( isAddDummyCommand ) in MakeDisableCommand()
|
| D | gr_RenderState.cpp | 140 bool isUpdateFBAccess, bool isAddDummyCommand ) const in MakeCommand() 149 command = MakeTextureCommand( command, isAddDummyCommand ); in MakeCommand() 160 … bit32* RenderState::ShadowMap::MakeTextureCommand( bit32* command, bool isAddDummyCommand ) const in MakeTextureCommand() 163 if ( isAddDummyCommand ) in MakeTextureCommand()
|