Searched refs:m_ioSurface (Results 1 – 2 of 2) sorted by relevance
145 , 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()
93 RetainPtr<IOSurfaceRef> m_ioSurface; variable