Home | History | Annotate | Download | only in glshared

Lines Matching defs:texName

1303 		const string		texName		= textureNamePrefix + toString(texNdx);
1304 const bool hadTexture = m_textures->has(texName);
1308 m_textures->make(texName, spec.textureType);
1312 Texture& texture = m_textures->get(texName);
1518 const string texName = textureNamePrefix + toString(texNdx);
1520 m_textures->remove(texName);
1522 m_textures->markAsGarbage(texName);