Searched refs:ContextEvictionManager (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
H A DDrawingBuffer.h56 class ContextEvictionManager : public RefCounted<ContextEvictionManager> { class in namespace:WebCore
58 virtual ~ContextEvictionManager() {};
78 static PassRefPtr<DrawingBuffer> create(GraphicsContext3D*, const IntSize&, PreserveDrawingBuffer, PassRefPtr<ContextEvictionManager>);
133 bool packedDepthStencilExtensionSupported, PreserveDrawingBuffer, PassRefPtr<ContextEvictionManager>);
209 RefPtr<ContextEvictionManager> m_contextEvictionManager;
H A DDrawingBufferTest.cpp50 class FakeContextEvictionManager : public ContextEvictionManager {
H A DDrawingBuffer.cpp81 PassRefPtr<DrawingBuffer> DrawingBuffer::create(GraphicsContext3D* context, const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager)
105 PassRefPtr<ContextEvictionManager> contextEvictionManager)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp177 class WebGLRenderingContextEvictionManager : public ContextEvictionManager {

Completed in 349 milliseconds