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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBufferTest.cpp 53 IntSize oldestContextSize() { return IntSize(); }
DrawingBuffer.h 61 virtual IntSize oldestContextSize() = 0;
DrawingBuffer.cpp 615 IntSize oldestSize = m_contextEvictionManager->oldestContextSize();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h     [all...]
WebGLRenderingContext.cpp 117 IntSize WebGLRenderingContext::oldestContextSize()
182 IntSize oldestContextSize() {
183 return WebGLRenderingContext::oldestContextSize();
    [all...]

Completed in 204 milliseconds