Home
last modified time | relevance | path

Searched refs:isAddDummyCommand (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_ProcedureTexture.h329 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 …]
Dgr_Shadow.h53 …bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true, bool isAddCacheClearCommand = t…
55 command = MakeTextureCommand( command, isAddDummyCommand );
69 bit32* MakeTextureCommand( bit32* command, bool isAddDummyCommand = true ) const
72 if ( isAddDummyCommand )
Dgr_Texture.h420 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 );
Dgr_FragmentLight.h666 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 );
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_FragmentLight.cpp171 … 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
307 if ( isAddDummyCommand ) in MakeDisableCommand()
Dgr_Texture.cpp209 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()