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/platform/graphics/gpu/
DrawingBuffer.h 67 virtual IntSize oldestContextSize() = 0;
DrawingBufferTest.cpp 57 IntSize oldestContextSize() { return IntSize(); }
DrawingBuffer.cpp 813 IntSize oldestSize = m_contextEvictionManager->oldestContextSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h     [all...]
WebGLRenderingContextBase.cpp 144 IntSize WebGLRenderingContextBase::oldestContextSize()
213 IntSize oldestContextSize() {
214 return WebGLRenderingContextBase::oldestContextSize();
    [all...]

Completed in 208 milliseconds