Searched defs:setSharedGraphicsContext3D (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp704 void GraphicsContext::setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp727 void PlatformContextSkia::setSharedGraphicsContext3D(SharedGraphicsContext3D* context, DrawingBuffer* drawingBuffer, const WebCore::IntSize& size) function in class:WebCore::PlatformContextSkia
H A DGraphicsContextSkia.cpp1258 void GraphicsContext::setSharedGraphicsContext3D(SharedGraphicsContext3D* context, DrawingBuffer* framebuffer, const IntSize& size) function in class:WebCore::GraphicsContext
1260 platformContext()->setSharedGraphicsContext3D(context, framebuffer, size);

Completed in 73 milliseconds