Home
last modified time | relevance | path

Searched refs:costStrategyTexture_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp90 ,costStrategyDisk_(ByteSize), costStrategyMemory_(ByteSize), costStrategyTexture_(ByteSize) in QGeoFileTileCache()
141 if (costStrategyTexture_ == ByteSize) in init()
367 costStrategyTexture_ = costStrategy; in setCostStrategyTexture()
372 return costStrategyTexture_; in costStrategyTexture()
540 if (costStrategyTexture_ == ByteSize) in addToTextureCache()
H A Dqgeofiletilecache_p.h170 CostStrategy costStrategyTexture_; variable