Lines Matching refs:TextureManager
29242 * platform/graphics/chromium/TextureManager.cpp:
29243 (WebCore::TextureManager::isProtected):
29244 * platform/graphics/chromium/TextureManager.h:
38388 * platform/graphics/chromium/TextureManager.cpp:
38389 (WebCore::TextureManager::requestTexture): Ditto.
44675 The TextureManager works by providing tokens to callers that want to use a managed texture.
44682 … A LayerTexture wraps a TextureManager token, size, and format. A LayerChromium can check if a
44753 * platform/graphics/chromium/TextureManager.cpp: Added.
44755 (WebCore::TextureManager::TextureManager):
44756 (WebCore::TextureManager::getToken):
44757 (WebCore::TextureManager::releaseToken):
44758 (WebCore::TextureManager::hasTexture):
44759 (WebCore::TextureManager::protectTexture):
44760 (WebCore::TextureManager::unprotectTexture):
44761 (WebCore::TextureManager::reduceMemoryToLimit):
44762 (WebCore::TextureManager::addTexture):
44763 (WebCore::TextureManager::removeTexture):
44764 (WebCore::TextureManager::requestTexture):
44765 * platform/graphics/chromium/TextureManager.h: Added.
44766 (WebCore::TextureManager::create):