Searched refs:MakeDisableCommand (Results 1 – 12 of 12) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_Utility.cpp | 94 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()
|
| D | gr_RenderState.cpp | 51 … 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 218 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::AlphaTest 249 …bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::StencilTest 282 … bit32* RenderState::DepthTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::DepthTest 446 … bit32* RenderState::FBAccess::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState::FBAccess 628 bit32* RenderState::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() function in nn::gr::CTR::RenderState 630 command = Culling::MakeDisableCommand( command, false ); in MakeDisableCommand() 631 command = Blend::MakeDisableCommand( command, false ); in MakeDisableCommand() [all …]
|
| D | gr_FragmentLight.cpp | 304 bit32* FragmentLight::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() function in nn::gr::CTR::FragmentLight
|
| D | gr_Texture.cpp | 239 bit32* Texture::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() function in nn::gr::CTR::Texture
|
| D | gr_Shader.cpp | 185 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand() function in nn::gr::CTR::Shader
|
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_RenderState.h | 112 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); 235 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); 492 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); 559 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); 736 …static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); … 781 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true ); 914 … static bit32* MakeDisableCommand( bit32* command, bool isClearFrameBufferCache = true );
|
| D | gr_Fog.h | 107 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand() function
|
| D | gr_Scissor.h | 89 static bit32* MakeDisableCommand( bit32* command, in MakeDisableCommand() function
|
| D | gr_Texture.h | 440 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
|
| D | gr_FragmentLight.h | 686 static bit32* MakeDisableCommand( bit32* command, bool isAddDummyCommand = true );
|
| D | gr_Vertex.h | 241 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand() function
|
| D | gr_Shader.h | 134 static bit32* MakeDisableCommand( bit32* command );
|