Home
last modified time | relevance | path

Searched refs:prepareSync (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultrendercontext_p.h107 void prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb) override;
H A Dqsgcontext_p.h177 virtual void prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb);
H A Dqsgcontext.cpp344 void QSGRenderContext::prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb) in prepareSync() function in QSGRenderContext
H A Dqsgdefaultrendercontext.cpp203 void QSGDefaultRenderContext::prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb) in prepareSync() function in QSGDefaultRenderContext
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultrendercontext_p.h107 void prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb) override;
H A Dqsgcontext_p.h177 virtual void prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb);
H A Dqsgcontext.cpp344 void QSGRenderContext::prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb) in prepareSync() function in QSGRenderContext
H A Dqsgdefaultrendercontext.cpp203 void QSGDefaultRenderContext::prepareSync(qreal devicePixelRatio, QRhiCommandBuffer *cb) in prepareSync() function in QSGDefaultRenderContext
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickwindow.cpp508 context->prepareSync(devicePixelRatio, rhi ? swapchain->currentFrameCommandBuffer() : nullptr); in syncSceneGraph()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickwindow.cpp508 context->prepareSync(devicePixelRatio, rhi ? swapchain->currentFrameCommandBuffer() : nullptr); in syncSceneGraph()