HomeSort by relevance Sort by last modified time
    Searched refs:mTextureMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.cpp 47 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.end()
    [all...]
ResourceManager.h 84 TextureMap mTextureMap;

Completed in 34 milliseconds