Home
last modified time | relevance | path

Searched refs:MakeDisableCommand (Results 1 – 12 of 12) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Utility.cpp94 command = nn::gr::CTR::Shader::MakeDisableCommand( command ); in MakeDisableAllCommand()
97 command = nn::gr::CTR::Vertex::MakeDisableCommand( command ); in MakeDisableAllCommand()
100 command = nn::gr::CTR::Fog::MakeDisableCommand( command ); in MakeDisableAllCommand()
103 command = nn::gr::CTR::FragmentLight::MakeDisableCommand( command ); in MakeDisableAllCommand()
106 command = nn::gr::CTR::Texture::MakeDisableCommand( command ); in MakeDisableAllCommand()
120 command = nn::gr::CTR::RenderState::MakeDisableCommand( command ); in MakeDisableAllCommand()
Dgr_RenderState.cpp51 … bit32* RenderState::Culling::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::Culling
89 command = Blend::MakeDisableCommand( command, false ); in MakeCommand()
97 … bit32* RenderState::Blend::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::Blend
150 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::AlphaTest
181 …bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::StencilTest
214 … bit32* RenderState::DepthTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::DepthTest
343 … bit32* RenderState::FBAccess::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::FBAccess
510 bit32* RenderState::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState
512 command = Culling::MakeDisableCommand( command, false ); in MakeDisableCommand()
513 command = Blend::MakeDisableCommand( command, false ); in MakeDisableCommand()
[all …]
Dgr_FragmentLight.cpp304 bit32* FragmentLight::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() function in nn::gr::CTR::FragmentLight
Dgr_Texture.cpp239 bit32* Texture::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() function in nn::gr::CTR::Texture
Dgr_Shader.cpp151 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand() function in nn::gr::CTR::Shader
/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/gr/CTR/
Dgr_RenderState.h112 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
234 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
389 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
457 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
634 …static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); …
679 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
799 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
Dgr_Fog.h107 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand() function
Dgr_Scissor.h89 static bit32* MakeDisableCommand( bit32* command, in MakeDisableCommand() function
Dgr_Texture.h440 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
Dgr_Vertex.h213 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand() function
Dgr_FragmentLight.h686 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
Dgr_Shader.h106 static bit32* MakeDisableCommand( bit32* command );