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

  /external/webkit/Source/WebCore/platform/graphics/gpu/qt/
DrawingBufferQt.cpp 30 #include "DrawingBuffer.h"
34 DrawingBuffer::DrawingBuffer(GraphicsContext3D* context,
77 DrawingBuffer::~DrawingBuffer()
82 void DrawingBuffer::didReset()
87 PlatformLayer* DrawingBuffer::platformLayer()
93 Platform3DObject DrawingBuffer::platformColorBuffer() const
  /external/webkit/Source/WebCore/platform/graphics/gtk/
DrawingBufferGtk.cpp 30 #include "DrawingBuffer.h"
36 DrawingBuffer::DrawingBuffer(GraphicsContext3D* context,
77 DrawingBuffer::~DrawingBuffer()
82 void DrawingBuffer::didReset()
86 Platform3DObject DrawingBuffer::platformColorBuffer() const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 33 #include "DrawingBuffer.h"
74 DrawingBuffer::DrawingBuffer(GraphicsContext3D* context,
105 DrawingBuffer::~DrawingBuffer()
122 void DrawingBuffer::publishToPlatformLayer()
147 void DrawingBuffer::didReset()
156 PlatformLayer* DrawingBuffer::platformLayer()
164 Platform3DObject DrawingBuffer::platformColorBuffer() const
170 void DrawingBuffer::setGrContext(GrContext* context
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 58 class DrawingBuffer : public RefCounted<DrawingBuffer> {
62 ~DrawingBuffer();
114 static PassRefPtr<DrawingBuffer> create(GraphicsContext3D*, const IntSize&);
116 DrawingBuffer(GraphicsContext3D*, const IntSize&, bool multisampleExtensionSupported, bool packedDepthStencilExtensionSupported);

Completed in 273 milliseconds