Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_p.hpp44 void requestRendering();
H A Dqmapboxgl.cpp1841 requestRendering(); in update()
1871 connect(m_mapRenderer.get(), SIGNAL(needsRendering()), this, SLOT(requestRendering())); in createRenderer()
1914 void QMapboxGLPrivate::requestRendering() in requestRendering() function in QMapboxGLPrivate