Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp352m_threadedRendering = window->openglContext()->thread() != QCoreApplication::instance()->thread(); in threadedRenderingHack()
354 if (m_threadedRendering) { in threadedRenderingHack()
361 if (m_threadedRendering) { in threadedRenderingHack()
H A Dqgeomapmapboxgl_p.h89 bool m_threadedRendering = false; variable