Home
last modified time | relevance | path

Searched refs:IOSurfaceRef (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/Shared/mac/
DShareableSurface.h36 typedef struct __IOSurface* IOSurfaceRef; typedef
79 ShareableSurface(CGLContextObj, const WebCore::IntSize&, IOSurfaceRef);
93 RetainPtr<IOSurfaceRef> m_ioSurface;
DShareableSurface.cpp79 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size) in createIOSurface()
115 return RetainPtr<IOSurfaceRef>(AdoptCF, IOSurfaceCreate(dictionary.get())); in createIOSurface()
120 RetainPtr<IOSurfaceRef> ioSurface = createIOSurface(size); in create()
131 RetainPtr<IOSurfaceRef> ioSurface(AdoptCF, IOSurfaceLookupFromMachPort(handle.m_port)); in create()
140 ShareableSurface::ShareableSurface(CGLContextObj cglContextObj, const IntSize& size, IOSurfaceRef i… in ShareableSurface()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferDataCG.h36 typedef struct __IOSurface *IOSurfaceRef; typedef
55 RetainPtr<IOSurfaceRef> m_surface;
DImageBufferCG.cpp57 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size) in createIOSurface()
91 return RetainPtr<IOSurfaceRef>(AdoptCF, IOSurfaceCreate(dict.get())); in createIOSurface()
DImageBufferDataCG.cpp193 IOSurfaceRef surface = m_surface.get(); in getData()
330 IOSurfaceRef surface = m_surface.get(); in putData()
/external/webkit/Source/WebCore/platform/mac/
DWebCoreSystemInterface.h206 extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned heig…
DWebCoreSystemInterface.mm131 CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGC…
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h178 CGContextRef WKIOSurfaceContextCreate(IOSurfaceRef, unsigned width, unsigned height, CGColorSpaceRe…