Home
last modified time | relevance | path

Searched refs:getTileLoader (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source_impl.hpp20 optional<ActorRef<CustomTileLoader>> getTileLoader() const;
H A Dcustom_geometry_source_impl.cpp35 optional<ActorRef<CustomTileLoader>> CustomGeometrySource::Impl::getTileLoader() const { in getTileLoader() function in mbgl::style::CustomGeometrySource::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_custom_geometry_source.cpp35 auto tileLoader = impl().getTileLoader(); in update()