Searched refs:IOSurfaceRef (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit2/Shared/mac/ |
D | ShareableSurface.h | 36 typedef struct __IOSurface* IOSurfaceRef; typedef 79 ShareableSurface(CGLContextObj, const WebCore::IntSize&, IOSurfaceRef); 93 RetainPtr<IOSurfaceRef> m_ioSurface;
|
D | ShareableSurface.cpp | 79 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/ |
D | ImageBufferDataCG.h | 36 typedef struct __IOSurface *IOSurfaceRef; typedef 55 RetainPtr<IOSurfaceRef> m_surface;
|
D | ImageBufferCG.cpp | 57 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size) in createIOSurface() 91 return RetainPtr<IOSurfaceRef>(AdoptCF, IOSurfaceCreate(dict.get())); in createIOSurface()
|
D | ImageBufferDataCG.cpp | 193 IOSurfaceRef surface = m_surface.get(); in getData() 330 IOSurfaceRef surface = m_surface.get(); in putData()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 206 extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned heig…
|
D | WebCoreSystemInterface.mm | 131 CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGC…
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 178 CGContextRef WKIOSurfaceContextCreate(IOSurfaceRef, unsigned width, unsigned height, CGColorSpaceRe…
|