Lines Matching refs:texInfo
323 TextureInfo texInfo = m_TextureList.FindTextureByName(name); in GetTexture() local
324 if (texInfo.IsValid()) in GetTexture()
326 return texInfo; in GetTexture()
330 texInfo = this->LoadTexture(name); in GetTexture()
332 if (texInfo.IsValid()) in GetTexture()
334 (void) m_TextureList.RegistTexture(name, texInfo); in GetTexture()
337 return texInfo; in GetTexture()
457 TextureInfo texInfo = m_TextureList.FindTextureByName(name); in GetTexture() local
458 if (texInfo.IsValid()) in GetTexture()
460 return texInfo; in GetTexture()
464 texInfo = this->LoadTexture(name); in GetTexture()
466 if (texInfo.IsValid()) in GetTexture()
468 (void) m_TextureList.RegistTexture(name, texInfo); in GetTexture()
471 return texInfo; in GetTexture()