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/core/platform/graphics/gpu/
DrawingBuffer.h 164 IntSize adjustSizeWithContextEviction(const IntSize&, bool& evictContext);
DrawingBuffer.cpp 607 IntSize DrawingBuffer::adjustSizeWithContextEviction(const IntSize& size, bool& evictContext) {
610 evictContext = false;
622 evictContext = !adjustedSize.isEmpty();
632 bool evictContext = false;
635 adjustedSize = adjustSizeWithContextEviction(newSize, evictContext);
642 if (evictContext)

Completed in 169 milliseconds