Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp210 : AstcCpuDecompressor(), mContextCache(std::make_unique<AstcDecoderContextCache>()) {} in AstcCpuDecompressorImpl()
233 auto [context, context_status] = mContextCache->get(blockWidth, blockHeight); in decompress()
269 std::unique_ptr<AstcDecoderContextCache> mContextCache; member in gfxstream::vk::__anon5855e3120111::AstcCpuDecompressorImpl