Home
last modified time | relevance | path

Searched defs:debugOptions (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
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
/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()
707 void Map::setDebug(MapDebugOptions debugOptions) { in setDebug()