Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:textureObject

201 	Texture *textureObject = mTextureNameSpace.remove(texture);
203 if(textureObject)
205 textureObject->release();
289 Texture *textureObject;
293 textureObject = new Texture2D(texture);
297 textureObject = new TextureCubeMap(texture);
301 textureObject = new TextureExternal(texture);
305 textureObject = new Texture3D(texture);
309 textureObject = new Texture2DArray(texture);
313 textureObject = new Texture2DRect(texture);
321 textureObject->addRef();
323 mTextureNameSpace.insert(texture, textureObject);