Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp238 textureCache_.printStats(); in printStats()
278 textureCache_.setMaxCost(minTextureUsage_ + extraTextureUsage_); in setExtraTextureUsage()
285 textureCache_.setMaxCost(minTextureUsage_ + extraTextureUsage_); in setMinTextureUsage()
290 return textureCache_.maxCost(); in maxTextureUsage()
301 return textureCache_.totalCost(); in textureUsage()
306 textureCache_.clear(); in clearAll()
325 for (const QGeoTileSpec &k : textureCache_.keys()) in clearMapId()
327 textureCache_.remove(k); in clearMapId()
542 textureCache_.insert(spec, tt, cost); in addToTextureCache()
549 QSharedPointer<QGeoTileTexture> tt = textureCache_.object(spec); in getFromMemory()
H A Dqgeofiletilecache_p.h162 QCache3Q<QGeoTileSpec, QGeoTileTexture > textureCache_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp180 keys = textureCache_.keys(); in dropTiles()
183 textureCache_.remove(k); in dropTiles()