HomeSort by relevance Sort by last modified time
    Searched refs:IOSurfaceRef (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.h 36 typedef struct __IOSurface* IOSurfaceRef;
79 ShareableSurface(CGLContextObj, const WebCore::IntSize&, IOSurfaceRef);
93 RetainPtr<IOSurfaceRef> m_ioSurface;
ShareableSurface.cpp 79 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/graphics/cg/
ImageBufferDataCG.h 36 typedef struct __IOSurface *IOSurfaceRef;
55 RetainPtr<IOSurfaceRef> m_surface;
ImageBufferCG.cpp 57 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size)
91 return RetainPtr<IOSurfaceRef>(AdoptCF, IOSurfaceCreate(dict.get()));
ImageBufferDataCG.cpp 193 IOSurfaceRef surface = m_surface.get();
330 IOSurfaceRef surface = m_surface.get();
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 131 CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef colorSpace);
WebCoreSystemInterface.h 206 extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef colorSpace);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 178 CGContextRef WKIOSurfaceContextCreate(IOSurfaceRef, unsigned width, unsigned height, CGColorSpaceRef);

Completed in 527 milliseconds