| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_image_source.cpp | 29 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 D | render_custom_geometry_source.cpp | 22 bool RenderCustomGeometrySource::isLoaded() const { in isLoaded() function in mbgl::RenderCustomGeometrySource 23 return tilePyramid.isLoaded(); in isLoaded()
|
| H A D | render_raster_source.cpp | 19 bool RenderRasterSource::isLoaded() const { in isLoaded() function in mbgl::RenderRasterSource 20 return tilePyramid.isLoaded(); in isLoaded()
|
| H A D | render_vector_source.cpp | 23 bool RenderVectorSource::isLoaded() const { in isLoaded() function in mbgl::RenderVectorSource 24 return tilePyramid.isLoaded(); in isLoaded()
|
| H A D | render_geojson_source.cpp | 23 bool RenderGeoJSONSource::isLoaded() const { in isLoaded() function in mbgl::RenderGeoJSONSource 24 return tilePyramid.isLoaded(); in isLoaded()
|
| H A D | render_raster_dem_source.cpp | 22 bool RenderRasterDEMSource::isLoaded() const { in isLoaded() function in mbgl::RenderRasterDEMSource 23 return tilePyramid.isLoaded(); in isLoaded()
|
| H A D | render_vector_source.hpp | 13 bool isLoaded() const final;
|
| H A D | render_raster_source.hpp | 13 bool isLoaded() const final;
|
| H A D | render_custom_geometry_source.hpp | 13 bool isLoaded() const final;
|
| H A D | render_raster_dem_source.hpp | 13 bool isLoaded() const final;
|
| H A D | render_geojson_source.hpp | 17 bool isLoaded() const final;
|
| H A D | render_image_source.hpp | 16 bool isLoaded() const final;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | render_annotation_source.cpp | 22 bool RenderAnnotationSource::isLoaded() const { in isLoaded() function in mbgl::RenderAnnotationSource 23 return tilePyramid.isLoaded(); in isLoaded()
|
| H A D | render_annotation_source.hpp | 13 bool isLoaded() const final;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | image_manager.cpp | 22 bool ImageManager::isLoaded() const { in isLoaded() function in mbgl::ImageManager 68 if (!isLoaded()) { in getImages() 75 if (isLoaded() || hasAllDependencies) { in getImages()
|
| H A D | image_manager.hpp | 43 bool isLoaded() const;
|
| H A D | tile_pyramid.hpp | 34 bool isLoaded() const;
|
| H A D | render_source.hpp | 49 virtual bool isLoaded() const = 0;
|
| H A D | renderer_impl.hpp | 60 bool isLoaded() const;
|
| H A D | renderer_impl.cpp | 262 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 D | update_renderables.hpp | 52 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 D | tile.hpp | 93 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 D | style_impl.hpp | 52 bool isLoaded() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_raster_layer.cpp | 129 … 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 D | map.cpp | 749 return impl->style->impl->isLoaded() && impl->rendererFullyLoaded; in isFullyLoaded() 771 style->impl->isLoaded(), in onUpdate()
|