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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 206 IntSize adjustSizeWithContextEviction(const IntSize&, bool& evictContext);
DrawingBuffer.cpp 791 IntSize DrawingBuffer::adjustSizeWithContextEviction(const IntSize& size, bool& evictContext)
795 evictContext = false;
807 evictContext = !adjustedSize.isEmpty();
815 bool evictContext = false;
818 adjustedSize = adjustSizeWithContextEviction(newSize, evictContext);
825 if (evictContext)
    [all...]

Completed in 90 milliseconds