Home
last modified time | relevance | path

Searched refs:m_contextEvictionManager (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp128 , m_contextEvictionManager(contextEvictionManager) in DrawingBuffer()
455 m_contextEvictionManager.clear(); in releaseResources()
646 IntSize oldestSize = m_contextEvictionManager->oldestContextSize(); in adjustSizeWithContextEviction()
674m_contextEvictionManager->forciblyLoseOldestContext("WARNING: WebGL contexts have exceeded the max… in reset()
DDrawingBuffer.h214 RefPtr<ContextEvictionManager> m_contextEvictionManager; variable