Home
last modified time | relevance | path

Searched refs:CustomVector (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dcustom_geometry_source.hpp54 return getType() == SourceType::CustomVector; in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source_impl.cpp9 : Source::Impl(SourceType::CustomVector, std::move(id_)), in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp18 CustomVector enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_custom_geometry_source.hpp47 return baseImpl->type == style::SourceType::CustomVector; in is()
H A Drender_custom_geometry_source.cpp44 SourceType::CustomVector, in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp34 case SourceType::CustomVector: in create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp15 { SourceType::CustomVector, "customvector" }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp139 case SourceType::CustomVector: in getStatus()
231 case SourceType::CustomVector: in activateDownload()