Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12threadedrenderloop.cpp174 class QSGD3D12JobEvent : public QSGD3D12WindowEvent class
177 QSGD3D12JobEvent(QQuickWindow *c, QRunnable *postedJob) in QSGD3D12JobEvent() function in QSGD3D12JobEvent
179 ~QSGD3D12JobEvent() { delete job; } in ~QSGD3D12JobEvent()
425 QSGD3D12JobEvent *wme = static_cast<QSGD3D12JobEvent *>(e); in event()
902 w->thread->postEvent(new QSGD3D12JobEvent(window, job)); in postJob()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12threadedrenderloop.cpp174 class QSGD3D12JobEvent : public QSGD3D12WindowEvent class
177 QSGD3D12JobEvent(QQuickWindow *c, QRunnable *postedJob) in QSGD3D12JobEvent() function in QSGD3D12JobEvent
179 ~QSGD3D12JobEvent() { delete job; } in ~QSGD3D12JobEvent()
425 QSGD3D12JobEvent *wme = static_cast<QSGD3D12JobEvent *>(e); in event()
902 w->thread->postEvent(new QSGD3D12JobEvent(window, job)); in postJob()