Home
last modified time | relevance | path

Searched refs:isLoaded (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp29 bool RenderImageSource::isLoaded() const { in isLoaded() function in mbgl::RenderImageSource
34 if (!isLoaded()) { in startRender()
54 if (!isLoaded() || !(parameters.debugOptions & MapDebugOptions::TileBorders)) { in finishRender()
218 Log::Info(Event::General, "RenderImageSource::loaded: %s", isLoaded() ? "yes" : "no"); in dumpDebugLogs()
H A Drender_custom_geometry_source.cpp22 bool RenderCustomGeometrySource::isLoaded() const { in isLoaded() function in mbgl::RenderCustomGeometrySource
23 return tilePyramid.isLoaded(); in isLoaded()
H A Drender_raster_source.cpp19 bool RenderRasterSource::isLoaded() const { in isLoaded() function in mbgl::RenderRasterSource
20 return tilePyramid.isLoaded(); in isLoaded()
H A Drender_vector_source.cpp23 bool RenderVectorSource::isLoaded() const { in isLoaded() function in mbgl::RenderVectorSource
24 return tilePyramid.isLoaded(); in isLoaded()
H A Drender_geojson_source.cpp23 bool RenderGeoJSONSource::isLoaded() const { in isLoaded() function in mbgl::RenderGeoJSONSource
24 return tilePyramid.isLoaded(); in isLoaded()
H A Drender_raster_dem_source.cpp22 bool RenderRasterDEMSource::isLoaded() const { in isLoaded() function in mbgl::RenderRasterDEMSource
23 return tilePyramid.isLoaded(); in isLoaded()
H A Drender_vector_source.hpp13 bool isLoaded() const final;
H A Drender_raster_source.hpp13 bool isLoaded() const final;
H A Drender_custom_geometry_source.hpp13 bool isLoaded() const final;
H A Drender_raster_dem_source.hpp13 bool isLoaded() const final;
H A Drender_geojson_source.hpp17 bool isLoaded() const final;
H A Drender_image_source.hpp16 bool isLoaded() const final;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Drender_annotation_source.cpp22 bool RenderAnnotationSource::isLoaded() const { in isLoaded() function in mbgl::RenderAnnotationSource
23 return tilePyramid.isLoaded(); in isLoaded()
H A Drender_annotation_source.hpp13 bool isLoaded() const final;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp22 bool ImageManager::isLoaded() const { in isLoaded() function in mbgl::ImageManager
68 if (!isLoaded()) { in getImages()
75 if (isLoaded() || hasAllDependencies) { in getImages()
H A Dimage_manager.hpp43 bool isLoaded() const;
H A Dtile_pyramid.hpp34 bool isLoaded() const;
H A Drender_source.hpp49 virtual bool isLoaded() const = 0;
H A Drenderer_impl.hpp60 bool isLoaded() const;
H A Drenderer_impl.cpp262 bool loaded = updateParameters.styleLoaded && isLoaded(); in render()
837 bool Renderer::Impl::isLoaded() const { in isLoaded() function in mbgl::Renderer::Impl
839 if (!entry.second->isLoaded()) { in isLoaded()
844 if (!imageManager->isLoaded()) { in isLoaded()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_renderables.hpp52 bool parentIsLoaded = tile->isLoaded(); in updateRenderables()
117 parentIsLoaded = tile->isLoaded(); in updateRenderables()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.hpp93 bool isLoaded() const { in isLoaded() function in mbgl::Tile
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.hpp52 bool isLoaded() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp129 … if (imageSource->isEnabled() && imageSource->isLoaded() && !imageSource->bucket->needsUpload()) { in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp749 return impl->style->impl->isLoaded() && impl->rendererFullyLoaded; in isFullyLoaded()
771 style->impl->isLoaded(), in onUpdate()

12