Home
last modified time | relevance | path

Searched refs:updateSceneGraph (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap.cpp127 QSGNode *QGeoTiledMap::updateSceneGraph(QSGNode *oldNode, QQuickWindow *window) in updateSceneGraph() function in QGeoTiledMap
130 return d->updateSceneGraph(oldNode, window); in updateSceneGraph()
448 QSGNode *QGeoTiledMapPrivate::updateSceneGraph(QSGNode *oldNode, QQuickWindow *window) in updateSceneGraph() function in QGeoTiledMapPrivate
450 return m_mapScene->updateSceneGraph(oldNode, window); in updateSceneGraph()
H A Dqgeotiledmapscene_p.h82 QSGNode *updateSceneGraph(QSGNode *oldNode, QQuickWindow *window);
H A Dqgeotiledmap_p.h97 QSGNode *updateSceneGraph(QSGNode *, QQuickWindow *window) override;
H A Dqgeotiledmap_p_p.h78 QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window);
H A Dqgeomap_p.h169 virtual QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window) = 0;
H A Dqgeotiledmapscene.cpp585 QSGNode *QGeoTiledMapScene::updateSceneGraph(QSGNode *oldNode, QQuickWindow *window) in updateSceneGraph() function in QGeoTiledMapScene
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp181 QSGNode *QGeoTiledMapLabs::updateSceneGraph(QSGNode *node, QQuickWindow *window) in updateSceneGraph() function in QGeoTiledMapLabs
184 QSGNode *root = QGeoTiledMap::updateSceneGraph(node, window); in updateSceneGraph()
H A Dqgeotiledmaplabs_p.h78 QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.h62 QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window) override;
H A Dqgeomapitemsoverlay.cpp114 QSGNode *QGeoMapItemsOverlay::updateSceneGraph(QSGNode *node, QQuickWindow *window) in updateSceneGraph() function in QGeoMapItemsOverlay
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.h79 QSGNode *updateSceneGraph(QSGNode *oldNode, QQuickWindow *window) override;
H A Dqgeomapmapboxgl.cpp91 QSGNode *QGeoMapMapboxGLPrivate::updateSceneGraph(QSGNode *node, QQuickWindow *window) in updateSceneGraph() function in QGeoMapMapboxGLPrivate
430 QSGNode *QGeoMapMapboxGL::updateSceneGraph(QSGNode *oldNode, QQuickWindow *window) in updateSceneGraph() function in QGeoMapMapboxGL
433 return d->updateSceneGraph(oldNode, window); in updateSceneGraph()
H A Dqgeomapmapboxgl_p.h62 QSGNode *updateSceneGraph(QSGNode *oldNode, QQuickWindow *window);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp506 content = m_map->updateSceneGraph(content, window()); in updatePaintNode()