Home
last modified time | relevance | path

Searched defs:texName (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp293 GLuint texName = TextureInfo::INVALID; in LoadTexture() local
416 GLuint texName = texInfo.GetTextureObject(); in DeleteTexture() local
426 u32 texName = texInfo.GetTextureObject(); in DeleteTexture() local
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp527 const GLuint texName = 0; in GenTextureNames() local
549 const GLuint texName = texObjs[i].GetName(); in DeleteTextureNames() local
Dfont_CharWriter.cpp436 GLuint texName = 0; in LoadTexture() local
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h79 void SetName(u32 texName) in SetName()