Searched refs:setSharedGraphicsContext3D (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PlatformContextSkia.h | 182 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
|
D | GraphicsContextSkia.cpp | 1258 void GraphicsContext::setSharedGraphicsContext3D(SharedGraphicsContext3D* context, DrawingBuffer* f… in setSharedGraphicsContext3D() function in WebCore::GraphicsContext 1260 platformContext()->setSharedGraphicsContext3D(context, framebuffer, size); in setSharedGraphicsContext3D()
|
D | PlatformContextSkia.cpp | 727 void PlatformContextSkia::setSharedGraphicsContext3D(SharedGraphicsContext3D* context, DrawingBuffe… in setSharedGraphicsContext3D() function in WebCore::PlatformContextSkia
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 137 c->setSharedGraphicsContext3D(0, 0, IntSize()); in CanvasRenderingContext2D() 140 …c->setSharedGraphicsContext3D(m_context3D.get(), m_drawingBuffer.get(), IntSize(canvas->width(), c… in CanvasRenderingContext2D() 181 …c->setSharedGraphicsContext3D(m_context3D.get(), m_drawingBuffer.get(), IntSize(canvas()->width(),… in reset() 188 c->setSharedGraphicsContext3D(0, 0, IntSize()); in reset() 543 c->setSharedGraphicsContext3D(0, 0, IntSize()); in setGlobalCompositeOperation()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 544 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
|
D | GraphicsContext.cpp | 704 void GraphicsContext::setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const In… in setSharedGraphicsContext3D() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 1434 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 9880 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 16002 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 22359 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 38163 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 48265 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D):
|
D | ChangeLog-2010-12-06 | 41976 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 61827 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D): 62451 (WebCore::GraphicsContext::setSharedGraphicsContext3D): 62542 (WebCore::GraphicsContext::setSharedGraphicsContext3D): 62549 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D):
|
D | ChangeLog-2011-02-16 | 6415 (WebCore::PlatformContextSkia::setSharedGraphicsContext3D):
|