Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexMap.h339 TexFormat GetFormat() const in GetFormat() function
376 m_Bits.format = src.GetFormat(); in Set()
Dlyt_TexResource.h190 lyt::TexFormat GetFormat() const in GetFormat() function
Dlyt_Types.h3228 TexFormat GetFormat() const in GetFormat() function
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TexMap.cpp63 switch ( GetFormat() ) in ResetU32Info()
Dlyt_Util.cpp244 TexFormat format = texResource.GetFormat(); in LoadTexture()
/NW4C-2.0.3/include/nw/snd/
Dsnd_HardwareChannel.h95 SampleFormat GetFormat() const { return m_Format; } in GetFormat() function
Dsnd_Voice.h206 nw::snd::SampleFormat GetFormat() const;
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h94 u8 GetFormat() const in GetFormat() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp712 m_pChannel->m_pVoice->GetFormat() ) ); in InvalidateData()
Dsnd_Voice.cpp1609 nw::snd::SampleFormat Voice::GetFormat() const in GetFormat() function in nw::snd::internal::driver::Voice
Dsnd_StreamSoundPlayer.cpp1658 if ( voice->GetFormat() == SAMPLE_FORMAT_DSP_ADPCM ) in UpdateDataLoopAddress()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp1555 if (format != charAttrs[i].pTexObj->GetFormat()) in BuildTextCommand()
1557 const u32 newFormat = charAttrs[i].pTexObj->GetFormat(); in BuildTextCommand()