Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp37 ResourceAccessor::LoadTexture(const char *name) in LoadTexture() function in nw::lyt::ResourceAccessor
47 TextureInfo texInfo = lyt::LoadTexture(pTexRes, size); in LoadTexture()
Dlyt_ArcResourceAccessor.cpp330 texInfo = this->LoadTexture(name); in GetTexture()
464 texInfo = this->LoadTexture(name); in GetTexture()
Dlyt_Util.cpp191 LoadTexture(const void* pImgRes, u32 size, int texLoadFlag) in LoadTexture() function
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp195 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
213 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
231 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_ResourceAccessor.h175 virtual const TextureInfo LoadTexture(const char* name);
Dlyt_Util.h227 const TextureInfo LoadTexture(const void* pImgRes, u32 size, int texLoadFlag = 0);
/NW4C-1.2.23/sources/libraries/font/
Dfont_Font.cpp34 LoadTexture( in LoadTexture() function
Dfont_CharWriter.cpp399 LoadTexture(glyph); in PrintGlyph()
429 CharWriter::LoadTexture(const Glyph& glyph) in LoadTexture() function in nw::font::CharWriter
463 internal::LoadTexture( in LoadTexture()
/NW4C-1.2.23/include/nw/font/
Dfont_Font.h416 void LoadTexture(
Dfont_CharWriter.h639 void LoadTexture(const Glyph& glyph);