Searched refs:astcenc_decompress_image (Results 1 - 5 of 5) sorted by relevance
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_decode.cpp | 66 status = astcenc_decompress_image(context, data, 16, &image, &swizzle, 0); in TEST()
|
/third_party/astc-encoder/Utils/Example/ |
H A D | astc_api_example.cpp | 138 status = astcenc_decompress_image(context, comp_data, comp_len, &image, &swizzle, 0); in main()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc.h | 838 ASTCENC_PUBLIC astcenc_error astcenc_decompress_image( 850 * only be called when all threads have exited the @c astcenc_decompress_image() function for image
|
H A D | astcenccli_toplevel.cpp | 271 astcenc_error error = astcenc_decompress_image( in decompression_workload_runner() 2335 work.error = astcenc_decompress_image(
|
H A D | astcenc_entry.cpp | 1186 astcenc_error astcenc_decompress_image( in astcenc_decompress_image() function
|
Completed in 6 milliseconds