Home
last modified time | relevance | path

Searched refs:m_ioSurface (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Shared/mac/
DShareableSurface.cpp145 , m_ioSurface(ioSurface) in ShareableSurface()
166 mach_port_t port = IOSurfaceCreateMachPort(m_ioSurface.get()); in createHandle()
208 …GBA8, m_size.width(), m_size.height(), GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, m_ioSurface.get(), 0); in textureID()
DShareableSurface.h93 RetainPtr<IOSurfaceRef> m_ioSurface; variable