Home
last modified time | relevance | path

Searched refs:Texture (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Texture.h31 class Texture
319 explicit Unit0( const Texture& texture_ );
322 const Texture& m_Texture;
360 explicit Unit1( const Texture& texture_ );
363 const Texture& m_Texture;
415 explicit Unit2( const Texture& texture_ );
418 const Texture& m_Texture;
472 explicit Unit3( const Texture& texture_ );
475 const Texture& m_Texture;
507 Texture();
/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Texture.cpp25 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()
247 Texture::UnitBase::UnitBase() in UnitBase()
268 Texture::Unit0::Unit0( const Texture& texture_ ) in Unit0()
282 Texture::Unit1::Unit1( const Texture& texture_ ) in Unit1()
290 Texture::Unit2::Unit2( const Texture& texture_ ) in Unit2()
[all …]