Searched refs:m_renderControl (Results 1 – 2 of 2) sorted by relevance
211 m_renderControl(nullptr), in GstQuickRenderer()419 m_renderControl = new QQuickRenderControl(); in init()424 m_quickWindow = new QQuickWindow(m_renderControl); in init()426 m_renderControl->prepareThread (m_sharedRenderData->m_renderThread); in init()493 if (m_renderControl) in stopGL()494 m_renderControl->invalidate(); in stopGL()522 if (m_renderControl) in cleanup()523 delete m_renderControl; in cleanup()524 m_renderControl = nullptr; in cleanup()580 if (m_renderControl->sync()) in renderGstGL()[all …]
95 QQuickRenderControl *m_renderControl; in QT_FORWARD_DECLARE_CLASS() local