Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_frontend.hpp22 …eduler&, const optional<std::string> programCacheDir = {}, GLContextMode mode = GLContextMode::Uni…
23 …eduler&, const optional<std::string> programCacheDir = {}, GLContextMode mode = GLContextMode::Uni…
H A Dheadless_frontend.cpp10 …e, Scheduler& scheduler, const optional<std::string> programCacheDir, GLContextMode mode, const op… in HeadlessFrontend()
14 …e, Scheduler& scheduler, const optional<std::string> programCacheDir, GLContextMode mode, const op… in HeadlessFrontend()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp24 enum GLContextMode { enum in QMapboxGLSettings
45 GLContextMode contextMode() const;
46 void setContextMode(GLContextMode);
76 GLContextMode m_contextMode;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer.hpp27 GLContextMode = GLContextMode::Unique,
H A Dmode.hpp13 enum class GLContextMode : EnumType { enum
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_parameters.hpp30 GLContextMode,
51 GLContextMode contextMode;
H A Drenderer_impl.hpp40 Impl(RendererBackend&, float pixelRatio_, FileSource&, Scheduler&, GLContextMode,
92 const GLContextMode contextMode;
H A Dpaint_parameters.cpp10 GLContextMode contextMode_, in PaintParameters()
H A Drenderer_impl.cpp46 GLContextMode contextMode_, in Impl()
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 Drenderer.cpp12 GLContextMode contextMode_, in Renderer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_renderer.cpp28 mbgl::DefaultFileSource &fs, mbgl::ThreadPool &tp, QMapboxGLSettings::GLContextMode mode) in QMapboxGLMapRenderer()
29 …make_unique<mbgl::Renderer>(m_backend, pixelRatio, fs, tp, static_cast<mbgl::GLContextMode>(mode))) in QMapboxGLMapRenderer()
H A Dqmapboxgl_map_renderer.hpp31 mbgl::ThreadPool &, QMapboxGLSettings::GLContextMode);
H A Dqmapboxgl_p.hpp61 QMapboxGLSettings::GLContextMode m_mode;
H A Dqmapboxgl.cpp69 …pe(QMapboxGLSettings::UniqueGLContext) == mbgl::underlying_type(mbgl::GLContextMode::Unique), "err…
70 …pe(QMapboxGLSettings::SharedGLContext) == mbgl::underlying_type(mbgl::GLContextMode::Shared), "err…
266 QMapboxGLSettings::GLContextMode QMapboxGLSettings::contextMode() const in contextMode()
274 void QMapboxGLSettings::setContextMode(GLContextMode mode) in setContextMode()