Home
last modified time | relevance | path

Searched refs:LoadTexture (Results 1 – 10 of 10) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp39 ResourceAccessor::LoadTexture(const char *name) in LoadTexture() function in nw::lyt::ResourceAccessor
49 TextureInfo texInfo = lyt::LoadTexture(pTexRes, size); in LoadTexture()
Dlyt_ArcResourceAccessor.cpp332 texInfo = this->LoadTexture(name); in GetTexture()
466 texInfo = this->LoadTexture(name); in GetTexture()
Dlyt_Util.cpp208 LoadTexture(const void* pImgRes, u32 size, int texLoadFlag) in LoadTexture() function
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp197 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
215 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
233 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_ResourceAccessor.h177 virtual const TextureInfo LoadTexture(const char* name);
Dlyt_Util.h251 const TextureInfo LoadTexture(const void* pImgRes, u32 size, int texLoadFlag = 0);
/NW4C-2.0.3/sources/libraries/font/
Dfont_Font.cpp36 LoadTexture( in LoadTexture() function
Dfont_CharWriter.cpp401 LoadTexture(glyph); in PrintGlyph()
431 CharWriter::LoadTexture(const Glyph& glyph) in LoadTexture() function in nw::font::CharWriter
465 internal::LoadTexture( in LoadTexture()
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h418 void LoadTexture(
Dfont_CharWriter.h641 void LoadTexture(const Glyph& glyph);