Lines Matching refs:m_instance
110 , m_instance (instance)
112 , m_driver (new InstanceDriver(context.getPlatformInterface(), *m_instance))
113 , m_callback (m_recorder ? m_recorder->createCallback(*m_driver, *m_instance) : Move<VkDebugReportCallbackEXT>())
115 , m_driver (new InstanceDriverSC(context.getPlatformInterface(), *m_instance, context.getTestContext().getCommandLine(), context.getResourceInterface()))
125 , m_instance ()
158 Move<VkInstance> aux = m_instance; m_instance = other.m_instance; other.m_instance = aux;
167 return *m_instance;
189 , m_instance (DE_NULL)
208 , m_instance (instance)
210 , m_driver((m_instance != DE_NULL) ? new InstanceDriver(context.getPlatformInterface(), m_instance) : nullptr)
211 , m_callback ((m_driver && m_recorder) ? m_recorder->createCallback(*m_driver, m_instance) : Move<VkDebugReportCallbackEXT>())
213 , m_driver((m_instance != DE_NULL) ? new InstanceDriverSC(context.getPlatformInterface(), m_instance, context.getTestContext().getCommandLine(), context.getResourceInterface()) : nullptr)
225 if (m_instance != DE_NULL)
231 m_driver->destroyInstance(m_instance, m_allocator);
242 vk::VkInstance aux = m_instance; m_instance = other.m_instance; other.m_instance = aux;
265 return m_instance;
269 return (m_instance != DE_NULL);