Lines Matching refs:textureObject
198 TextureMap::iterator textureObject = mTextureMap.find(texture);
200 if (textureObject != mTextureMap.end())
202 if (textureObject->second) textureObject->second->release();
203 mTextureMap.erase(textureObject);
309 Texture *textureObject;
313 textureObject = new Texture2D(texture);
317 textureObject = new TextureCubeMap(texture);
325 mTextureMap[texture] = textureObject;
326 textureObject->addRef();