Home
last modified time | relevance | path

Searched refs:DebugBucket (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.hpp20 class DebugBucket : private util::noncopyable { class
22 DebugBucket(const OverscaledTileID& id,
H A Ddebug_bucket.cpp13 DebugBucket::DebugBucket(const OverscaledTileID& id, in DebugBucket() function in mbgl::DebugBucket
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.hpp23 class DebugBucket;
127 std::unique_ptr<DebugBucket> debugBucket;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_tile.cpp85 tile.debugBucket = std::make_unique<DebugBucket>( in finishRender()