Home
last modified time | relevance | path

Searched refs:loadingMethod (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader_impl.hpp53 resource.loadingMethod = Resource::LoadingMethod::CacheOnly; in loadFromCache()
88 if (resource.loadingMethod == Resource::LoadingMethod::NetworkOnly && request) { in makeOptional()
119 resource.loadingMethod = Resource::LoadingMethod::NetworkOnly; in loadFromNetwork()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp50 loadingMethod(loadingMethod_),
74 LoadingMethod loadingMethod; member in mbgl::Resource
100 return (loadingMethod & method) != Resource::LoadingMethod::None; in hasLoadingMethod()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp100 LoadingMethod loadingMethod) { in tile() argument
136 loadingMethod in tile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp118 if (resource.loadingMethod == Resource::LoadingMethod::CacheOnly) { in request()