Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc.h714 ASTCENC_PUBLIC astcenc_error astcenc_context_alloc(
Dastcenc_entry.cpp712 astcenc_error astcenc_context_alloc( in astcenc_context_alloc() function
Dastcenccli_toplevel.cpp1997 codec_status = astcenc_context_alloc(&config, cli_config.thread_count, &codec_context); in main()
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp54 *error = astcenc_context_alloc(&config, kNumThreads, &context); in makeDecoderContext()