Home
last modified time | relevance | path

Searched refs:isComplete (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 Drender_tile.cpp81 tile.debugBucket->complete != tile.isComplete() || in finishRender()
86 tile.id, tile.isRenderable(), tile.isComplete(), tile.modified, in finishRender()
H A Dtile_pyramid.cpp35 if (!pair.second->isComplete()) { in isLoaded()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.cpp32 Log::Info(Event::General, "Tile::complete: %s", isComplete() ? "yes" : "no"); in dumpDebugLogs()
H A Dtile.hpp102 bool isComplete() const { in isComplete() function in mbgl::Tile