Searched refs:mTextureMap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.cpp47 while (!mTextureMap.empty())
49 deleteTexture(mTextureMap.begin()->first);
124 while (mTextureMap.find(handle) != mTextureMap.end())
129 mTextureMap[handle] = NULL;
198 TextureMap::iterator textureObject = mTextureMap.find(texture);
200 if (textureObject != mTextureMap.end())
203 mTextureMap.erase(textureObject);
250 TextureMap::iterator texture = mTextureMap.find(handle);
252 if (texture == mTextureMap
[all...]
H A DResourceManager.h84 TextureMap mTextureMap; member in class:gl::ResourceManager

Completed in 17 milliseconds