Home
last modified time | relevance | path

Searched defs:cachePath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp22 …Impl(std::shared_ptr<FileSource> assetFileSource_, std::string cachePath, uint64_t maximumCacheSiz… in Impl()
202 DefaultFileSource::DefaultFileSource(const std::string& cachePath, in DefaultFileSource()
208 DefaultFileSource::DefaultFileSource(const std::string& cachePath, in DefaultFileSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram_parameters.cpp28 optional<std::string> ProgramParameters::cachePath(const char* name) const { in cachePath() function in mbgl::ProgramParameters
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp64 optional<std::string> cachePath = programParameters.cachePath(name); in createProgram() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp96 const std::string& cachePath, const std::string& assetRoot, uint64_t maximumCacheSize) { in sharedDefaultFileSource()