Searched refs:addToTextureCache (Results 1 – 3 of 3) sorted by relevance
533 QSharedPointer<QGeoTileTexture> QGeoFileTileCache::addToTextureCache(const QGeoTileSpec &spec, cons… in addToTextureCache() function in QGeoFileTileCache560 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(spec, image); in getFromMemory()599 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(td->spec, image); in getFromDisk()
152 … QSharedPointer<QGeoTileTexture> addToTextureCache(const QGeoTileSpec &spec, const QImage &image);
174 return addToTextureCache(spec, image); in getFromOfflineStorage()