Lines Matching refs:TextureManager
5074 * platform/graphics/chromium/TextureManager.cpp: Removed.
5075 * platform/graphics/chromium/TextureManager.h: Removed.
5938 The TextureManager works by providing tokens to callers that want to use a managed texture.
5945 … A LayerTexture wraps a TextureManager token, size, and format. A LayerChromium can check if a
6009 * platform/graphics/chromium/TextureManager.cpp: Added.
6011 (WebCore::TextureManager::TextureManager):
6012 (WebCore::TextureManager::getToken):
6013 (WebCore::TextureManager::releaseToken):
6014 (WebCore::TextureManager::hasTexture):
6015 (WebCore::TextureManager::protectTexture):
6016 (WebCore::TextureManager::unprotectTexture):
6017 (WebCore::TextureManager::reduceMemoryToLimit):
6018 (WebCore::TextureManager::addTexture):
6019 (WebCore::TextureManager::removeTexture):
6020 (WebCore::TextureManager::requestTexture):
6021 * platform/graphics/chromium/TextureManager.h: Added.
6022 (WebCore::TextureManager::create):