Searched refs:m_quickWindow (Results 1 – 2 of 2) sorted by relevance
210 m_quickWindow(nullptr), in GstQuickRenderer()424 m_quickWindow = new QQuickWindow(m_renderControl); in init()432 m_qmlEngine->setIncubationController(m_quickWindow->incubationController()); in init()529 if (m_quickWindow) in cleanup()530 delete m_quickWindow; in cleanup()531 m_quickWindow = nullptr; in cleanup()554 m_quickWindow->setRenderTarget(m_fbo); in ensureFbo()567 m_quickWindow->resetOpenGLState(); in renderGstGL()596 m_quickWindow->resetOpenGLState (); in renderGstGL()614 m_quickWindow->update(); in generateOutput()[all …]
94 QQuickWindow *m_quickWindow; in QT_FORWARD_DECLARE_CLASS() local