Searched refs:shareContext (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/
H A DGraphicsSurface.cpp33 PassRefPtr<GraphicsSurface> GraphicsSurface::create(const IntSize& size, GraphicsSurface::Flags flags, const PlatformGraphicsContext3D shareContext) argument
35 return platformCreate(size, flags, shareContext);
H A DGraphicsSurface.h78 static PassRefPtr<GraphicsSurface> create(const IntSize&, Flags, const PlatformGraphicsContext3D shareContext = 0);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp75 bool initializeTransportSurface(const IntSize& size, GraphicsSurface::Flags flags, const PlatformGraphicsContext3D shareContext) argument
91 if (!m_sharedContext->initialize(m_sharedSurface.get(), static_cast<PlatformContext>(shareContext)))
208 PassRefPtr<GraphicsSurface> GraphicsSurface::platformCreate(const IntSize& size, Flags flags, const PlatformGraphicsContext3D shareContext) argument
217 if (surface->m_private->initializeTransportSurface(size, flags, shareContext))
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGraphicsSurfaceGLX.cpp58 GraphicsSurfacePrivate(const PlatformGraphicsContext3D shareContext = 0)
71 UNUSED_PARAM(shareContext);
401 PassRefPtr<GraphicsSurface> GraphicsSurface::platformCreate(const IntSize& size, Flags flags, const PlatformGraphicsContext3D shareContext) argument
411 surface->m_private = new GraphicsSurfacePrivate(shareContext);

Completed in 129 milliseconds