Home
last modified time | relevance | path

Searched refs:debugOptions (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp77 MapDebugOptions debugOptions { MapDebugOptions::NoDebug }; member in mbgl::Map::Impl
172 void Map::renderStill(const CameraOptions& camera, MapDebugOptions debugOptions, StillImageCallback… in renderStill() argument
174 impl->debugOptions = debugOptions; in renderStill()
707 void Map::setDebug(MapDebugOptions debugOptions) { in setDebug() argument
708 impl->debugOptions = debugOptions; in setDebug()
714 if (impl->debugOptions & MapDebugOptions::StencilClip) in cycleDebugOptions()
715 impl->debugOptions = MapDebugOptions::NoDebug; in cycleDebugOptions()
716 else if (impl->debugOptions & MapDebugOptions::Overdraw) in cycleDebugOptions()
717 impl->debugOptions = MapDebugOptions::StencilClip; in cycleDebugOptions()
719 if (impl->debugOptions & MapDebugOptions::Overdraw) in cycleDebugOptions()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_parameters.cpp25 debugOptions(updateParameters.debugOptions), in PaintParameters()
30 …programs((debugOptions & MapDebugOptions::Overdraw) ? staticData_.overdrawPrograms : staticData_.p… in PaintParameters()
83 if (debugOptions & MapDebugOptions::Overdraw) { in colorModeForRenderPass()
H A Drender_tile.cpp71 if (!used || parameters.debugOptions == MapDebugOptions::NoDebug) in finishRender()
79 if (parameters.debugOptions & (MapDebugOptions::Timestamps | MapDebugOptions::ParseStatus)) { in finishRender()
84 tile.debugBucket->debugMode != parameters.debugOptions) { in finishRender()
87 tile.expires, parameters.debugOptions, parameters.context); in finishRender()
139 if (parameters.debugOptions & MapDebugOptions::TileBorders) { in finishRender()
H A Dtile_parameters.hpp17 const MapDebugOptions debugOptions; member in mbgl::TileParameters
H A Dupdate_parameters.hpp23 const MapDebugOptions debugOptions; member in mbgl::UpdateParameters
H A Dpaint_parameters.hpp50 MapDebugOptions debugOptions; member in mbgl::PaintParameters
H A Drenderer_impl.cpp111 updateParameters.debugOptions, in render()
397 …*it->layer.as<RenderSymbolLayer>(), parameters.projMatrix, parameters.debugOptions & MapDebugOptio… in render()
470 if (parameters.debugOptions & MapDebugOptions::Overdraw) { in render()
525 if (parameters.debugOptions & MapDebugOptions::StencilClip) { in render()
608 if (parameters.debugOptions & MapDebugOptions::DepthBuffer) { in render()
H A Dtile_pyramid.cpp239 pair.second->setShowCollisionBoxes(parameters.debugOptions & MapDebugOptions::Collision); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp57 parameters.debugOptions & MapDebugOptions::Collision), in GeometryTile()
61 showCollisionBoxes(parameters.debugOptions & MapDebugOptions::Collision) { in GeometryTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp54 if (!isLoaded() || !(parameters.debugOptions & MapDebugOptions::TileBorders)) { in finishRender()