Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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_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 );
Dgr_RenderState.h312 bool isAddDummyCommand = true ) const;
323 bool isAddDummyCommand = true ) const;
/CTR-SDK-4.2.5/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
309 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()
Dgr_RenderState.cpp140 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()