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

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

Completed in 342 milliseconds