Searched refs:fTextureDataCache (Results 1 – 3 of 3) sorted by relevance
102 , fTextureDataCache(new TextureDataCache) in Recorder()174 fTextureDataCache->foreach([&](TextureDataBlock block) { in snap()229 fTextureDataCache = std::make_unique<TextureDataCache>(); in snap()
58 TextureDataCache* textureDataCache() { return fRecorder->fTextureDataCache.get(); } in textureDataCache()
270 std::unique_ptr<TextureDataCache> fTextureDataCache; variable