Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc.h802 ASTCENC_PUBLIC void astcenc_context_free(
Dastcenc_entry.cpp820 void astcenc_context_free( in astcenc_context_free() function
Dastcenccli_toplevel.cpp2267 astcenc_context_free(codec_context); in main()
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp32 void operator()(astcenc_context* c) { astcenc_context_free(c); } in operator ()()