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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 182 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
GraphicsContextSkia.cpp     [all...]
PlatformContextSkia.cpp 727 void PlatformContextSkia::setSharedGraphicsContext3D(SharedGraphicsContext3D* context, DrawingBuffer* drawingBuffer, const WebCore::IntSize& size)
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 137 c->setSharedGraphicsContext3D(0, 0, IntSize());
140 c->setSharedGraphicsContext3D(m_context3D.get(), m_drawingBuffer.get(), IntSize(canvas->width(), canvas->height()));
181 c->setSharedGraphicsContext3D(m_context3D.get(), m_drawingBuffer.get(), IntSize(canvas()->width(), canvas()->height()));
188 c->setSharedGraphicsContext3D(0, 0, IntSize());
543 c->setSharedGraphicsContext3D(0, 0, IntSize());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 544 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
GraphicsContext.cpp 704 void GraphicsContext::setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&)

Completed in 77 milliseconds