Home
last modified time | relevance | path

Searched defs:AstcencContextDeleter (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp31 struct AstcencContextDeleter { struct
32 void operator()(astcenc_context* c) { astcenc_context_free(c); } in operator ()()