| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-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::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 87 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 109 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 120 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 135 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 152 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() 200 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand() 253 bit32* command = buffer; in MakeCommand() local
|
| 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()
|
| D | gr_FragmentLight.cpp | 119 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand() 220 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand()
|
| D | gr_Fog.cpp | 27 bit32* command = m_TableCommand; in SetTable() local
|
| D | gr_Scissor.cpp | 25 bit32* Scissor::MakeCommand( bit32* command ) in MakeCommand()
|
| D | gr_LookUpTable.cpp | 27 bit32* command = m_TableCommand; in SetTable() local
|
| D | gr_Viewport.cpp | 26 bit32* Viewport::MakeCommand( bit32* command ) in MakeCommand()
|
| 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_ProcedureTexture.cpp | 158 …void ProcedureTexture::SetLookUpDualTables_( bit32* command, PicaDataProcTexRefTable procTexLookUp… in SetLookUpDualTables_() 205 bit32* command = m_ColorLookUpTableCommand; in SetColorLookUpTable_() local 240 bit32* command = m_ColorDiffLookUpTableCommand; in SetColorDiffLookUpTable_() local
|
| D | gr_Shader.cpp | 250 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_() 310 bit32* Shader::MakeOutAttrCommand_( bit32* command ) in MakeOutAttrCommand_() 647 bit32* Shader::MakeLoadCommand_( bit32* command, in MakeLoadCommand_() 687 bit32* Shader::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
|
| D | gr_Vertex.cpp | 29 bit32* Vertex::MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const in MakeDrawCommand()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/ |
| 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 | 63 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand() 82 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand() 95 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand()
|
| D | gr_Fog.h | 87 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand() 101 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand() 121 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
|
| 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 | 106 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand() 120 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand() 166 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand() 181 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand() 196 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand() 210 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand() 225 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
|
| D | gr_Vertex.h | 155 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand() 184 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand() 234 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
|
| D | gr_ProcedureTexture.h | 472 static bit32* MakeDummyCommand( bit32* command ) in MakeDummyCommand()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-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
|