Home
last modified time | relevance | path

Searched refs:contextMode (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_parameters.hpp51 GLContextMode contextMode; member in mbgl::PaintParameters
H A Drenderer_impl.cpp53 , contextMode(contextMode_) in Impl()
253 contextMode, in render()
275 if (parameters.contextMode == GLContextMode::Shared) { in render()
307 if (parameters.contextMode == GLContextMode::Unique in render()
472 } else if (parameters.contextMode == GLContextMode::Shared) { in render()
H A Dpaint_parameters.cpp26 contextMode(contextMode_), in PaintParameters()
H A Drenderer_impl.hpp92 const GLContextMode contextMode; member in mbgl::Renderer::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp45 GLContextMode contextMode() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp266 QMapboxGLSettings::GLContextMode QMapboxGLSettings::contextMode() const in contextMode() function in QMapboxGLSettings
1789 , m_mode(settings.contextMode()) in QMapboxGLPrivate()