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.cpp 638 IntSize DrawingBuffer::adjustSizeWithContextEviction(const IntSize& size, bool& evictContext) {
641 evictContext = false;
653 evictContext = !adjustedSize.isEmpty();
663 bool evictContext = false;
666 adjustedSize = adjustSizeWithContextEviction(newSize, evictContext);
673 if (evictContext)
DrawingBuffer.h 167 IntSize adjustSizeWithContextEviction(const IntSize&, bool& evictContext);

Completed in 27 milliseconds