Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc.h211 enum astcenc_error { enum
685 ASTCENC_PUBLIC astcenc_error astcenc_config_init(
712 ASTCENC_PUBLIC astcenc_error astcenc_context_alloc(
735 ASTCENC_PUBLIC astcenc_error astcenc_compress_image(
760 ASTCENC_PUBLIC astcenc_error astcenc_compress_reset(
775 ASTCENC_PUBLIC astcenc_error astcenc_decompress_image(
796 ASTCENC_PUBLIC astcenc_error astcenc_decompress_reset(
821 ASTCENC_PUBLIC astcenc_error astcenc_get_block_info(
834 astcenc_error status);
Dastcenc_entry.cpp139 static astcenc_error validate_cpu_float() in validate_cpu_float()
163 static astcenc_error validate_cpu_isa() in validate_cpu_isa()
203 static astcenc_error validate_profile( in validate_profile()
229 static astcenc_error validate_block_size( in validate_block_size()
259 static astcenc_error validate_flags( in validate_flags()
290 static astcenc_error validate_compression_swz( in validate_compression_swz()
315 static astcenc_error validate_compression_swizzle( in validate_compression_swizzle()
337 static astcenc_error validate_decompression_swz( in validate_decompression_swz()
364 static astcenc_error validate_decompression_swizzle( in validate_decompression_swizzle()
392 static astcenc_error validate_config( in validate_config()
[all …]
Dastcenccli_toplevel.cpp141 astcenc_error error;
158 astcenc_error error;
203 astcenc_error error = astcenc_compress_image( in compression_workload_runner()
234 astcenc_error error = astcenc_decompress_image( in decompression_workload_runner()
612 astcenc_error status = astcenc_config_init(profile, block_x, block_y, block_z, in init_astcenc_config()
1514 astcenc_error codec_status; in main()
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp86 astcenc_error status; in main()