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

  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 79 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size)
120 RetainPtr<IOSurfaceRef> ioSurface = createIOSurface(size);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 57 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size)
146 m_data.m_surface = createIOSurface(size);

Completed in 45 milliseconds