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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 460 m_offscreenBuffers[index] = m_context->createDrawingBuffer(size);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 486 PassRefPtr<DrawingBuffer> createDrawingBuffer(const IntSize& = IntSize());
    [all...]
GraphicsContext3D.cpp 60 PassRefPtr<DrawingBuffer> GraphicsContext3D::createDrawingBuffer(const IntSize& size)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 135 m_drawingBuffer = m_context3D->graphicsContext3D()->createDrawingBuffer(IntSize(canvas->width(), canvas->height()));
    [all...]

Completed in 160 milliseconds