| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/gr/CTR/ |
| D | gr_RenderState.cpp | 25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 51 … bit32* RenderState::Culling::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() 67 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 97 … bit32* RenderState::Blend::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() 117 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 139 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 150 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() 166 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 181 …bit32* RenderState::StencilTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand() 197 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() [all …]
|
| D | gr_Texture.cpp | 25 bit32* Texture::Unit0::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() 108 bit32* Texture::Unit1::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() 153 bit32* Texture::Unit2::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() 197 bit32* Texture::Unit3::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() 209 bit32* Texture::MakeCommand( bit32* command, bool isAddDummyCommand ) const in MakeCommand() 222 bit32* Texture::MakeFuncCommand( bit32* command, bool isAddDummyCommand ) const in MakeFuncCommand() 239 bit32* Texture::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand() 269 bit32* Texture::MakeDummyCommand_( bit32* command ) in MakeDummyCommand_()
|
| D | gr_LookUpTable.cpp | 44 bit32* command = m_TableCommand; in SetAbsTable() local 79 bit32* command = m_TableCommand; in SetNotAbsTable() local
|
| D | gr_FragmentLight.cpp | 171 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand() 275 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand() 304 bit32* FragmentLight::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand()
|
| D | gr_Fog.cpp | 28 bit32* command = m_TableCommand; in SetTable() local
|
| D | gr_FrameBuffer.cpp | 65 bit32* FrameBuffer::FrameBuffer::MakeCommand( bit32* command, const u32 bufferBit, in MakeCommand() 141 bit32* FrameBuffer::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
|
| D | gr_Utility.cpp | 91 bit32* MakeDisableAllCommand( bit32* command ) in MakeDisableAllCommand()
|
| D | gr_Shader.cpp | 151 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand() 254 bit32* Shader::MakeShaderModeCommand_( bit32* command, in MakeShaderModeCommand_() 303 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_() 363 bit32* Shader::MakeOutAttrCommand_( bit32* command ) in MakeOutAttrCommand_() 714 bit32* Shader::MakeLoadCommand_( bit32* command, in MakeLoadCommand_() 754 bit32* Shader::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
|
| D | gr_ProcedureTexture.cpp | 161 …void ProcedureTexture::SetLookUpDualTables_( bit32* command, PicaDataProcTexRefTable procTexLookUp… in SetLookUpDualTables_() 208 bit32* command = m_ColorLookUpTableCommand; in SetColorLookUpTable_() local 243 bit32* command = m_ColorDiffLookUpTableCommand; in SetColorDiffLookUpTable_() local
|
| D | gr_Vertex.cpp | 29 bit32* Vertex::MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const in MakeDrawCommand()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/gr/CTR/ |
| D | gr_Fog.h | 86 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand() 107 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand() 123 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand() 143 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
|
| D | gr_BindSymbol.h | 147 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() 160 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() 173 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() 188 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() 215 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() 258 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() 271 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() 284 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() 298 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() 313 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
|
| D | gr_LookUpTable.h | 86 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand() 105 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand() 118 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand()
|
| D | gr_Utility.h | 70 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS() 89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() 108 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() 132 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() 168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() 186 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS() 205 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() 224 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS() 247 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS() 283 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
|
| D | gr_Shader.h | 117 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand() 131 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand() 177 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand() 192 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand() 207 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand() 221 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand() 235 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
|
| D | gr_Vertex.h | 134 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand() 163 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand() 213 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
|
| D | gr_Scissor.h | 89 static bit32* MakeDisableCommand( bit32* command, in MakeDisableCommand()
|
| D | gr_ProcedureTexture.h | 476 static bit32* MakeDummyCommand( bit32* command ) in MakeDummyCommand()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 22 #define NN_FONT_ADD_COMMANDS_PTR( ptr, command, size ) \ argument 30 #define NN_FONT_RECTDRAWER_ADD_COMMAND( command, size ) \ argument
|