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

  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.h 93 RetainPtr<IOSurfaceRef> m_ioSurface;
ShareableSurface.cpp 145 , m_ioSurface(ioSurface)
166 mach_port_t port = IOSurfaceCreateMachPort(m_ioSurface.get());
208 CGLTexImageIOSurface2D(cgl_ctx, GL_TEXTURE_RECTANGLE_EXT, GL_RGBA8, m_size.width(), m_size.height(), GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, m_ioSurface.get(), 0);

Completed in 2290 milliseconds