Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc.h831 ASTCENC_PUBLIC const char* astcenc_get_error_string(
Dastcenccli_toplevel.cpp629 printf("ERROR: Init config failed with %s\n", astcenc_get_error_string(status)); in init_astcenc_config()
2000 printf("ERROR: Codec context alloc failed: %s\n", astcenc_get_error_string(codec_status)); in main()
2128 printf("ERROR: Codec compress failed: %s\n", astcenc_get_error_string(work.error)); in main()
2191 printf("ERROR: Codec decompress failed: %s\n", astcenc_get_error_string(codec_status)); in main()
Dastcenc_entry.cpp1405 const char* astcenc_get_error_string( in astcenc_get_error_string() function
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp264 const char* msg = astcenc_get_error_string((astcenc_error)statusCode); in getStatusString()