Lines Matching refs:texInfo
325 TextureInfo texInfo = m_TextureList.FindTextureByName(name); in GetTexture() local
326 if (texInfo.IsValid()) in GetTexture()
328 return texInfo; in GetTexture()
332 texInfo = this->LoadTexture(name); in GetTexture()
334 if (texInfo.IsValid()) in GetTexture()
336 (void) m_TextureList.RegistTexture(name, texInfo); in GetTexture()
339 return texInfo; in GetTexture()
459 TextureInfo texInfo = m_TextureList.FindTextureByName(name); in GetTexture() local
460 if (texInfo.IsValid()) in GetTexture()
462 return texInfo; in GetTexture()
466 texInfo = this->LoadTexture(name); in GetTexture()
468 if (texInfo.IsValid()) in GetTexture()
470 (void) m_TextureList.RegistTexture(name, texInfo); in GetTexture()
473 return texInfo; in GetTexture()