Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram_parameters.cpp21 cacheDir(std::move(cacheDir_)) {
29 if (!cacheDir) { in cachePath()
33 ss << *cacheDir << "/com.mapbox.gl.shader." << name << "." << std::setfill('0') in cachePath()
H A Dprogram_parameters.hpp12 ProgramParameters(float pixelRatio, bool overdraw, optional<std::string> cacheDir);
21 optional<std::string> cacheDir; member in mbgl::ProgramParameters
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.hpp35 const optional<std::string> cacheDir = {});