Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
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.h831 ASTCENC_PUBLIC const char* astcenc_get_error_string(
Dastcenc_entry.cpp1405 const char* astcenc_get_error_string( in astcenc_get_error_string() function
/aosp_15_r20/external/angle/src/image_util/
H A DAstcDecompressor.cpp241 const char *msg = astcenc_get_error_string((astcenc_error)statusCode); in getStatusString()
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp264 const char* msg = astcenc_get_error_string((astcenc_error)statusCode); in getStatusString()