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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.h 143 bool resizeFramebuffer(const IntSize&);
DrawingBuffer.cpp 439 bool DrawingBuffer::resizeFramebuffer(const IntSize& size)
648 if (!resizeMultisampleFramebuffer(adjustedSize) || !resizeFramebuffer(adjustedSize)) {

Completed in 46 milliseconds