Lines Matching refs:ASTCENC_PUBLIC
200 #define ASTCENC_PUBLIC extern "C" __declspec(dllexport)
202 #define ASTCENC_PUBLIC extern "C" __attribute__ ((visibility ("default")))
205 #define ASTCENC_PUBLIC
748 ASTCENC_PUBLIC astcenc_error astcenc_config_init(
775 ASTCENC_PUBLIC astcenc_error astcenc_context_alloc(
798 ASTCENC_PUBLIC astcenc_error astcenc_compress_image(
823 ASTCENC_PUBLIC astcenc_error astcenc_compress_reset(
838 ASTCENC_PUBLIC astcenc_error astcenc_decompress_image(
859 ASTCENC_PUBLIC astcenc_error astcenc_decompress_reset(
867 ASTCENC_PUBLIC void astcenc_context_free(
884 ASTCENC_PUBLIC astcenc_error astcenc_get_block_info(
896 ASTCENC_PUBLIC const char* astcenc_get_error_string(