Searched refs:astcenc_context (Results 1 – 7 of 7) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc.h | 206 struct astcenc_context; 715 astcenc_context** context); 736 astcenc_context* context, 761 astcenc_context* context); 776 astcenc_context* context, 797 astcenc_context* context); 805 astcenc_context* context); 822 astcenc_context* context,
|
D | astcenc_entry.cpp | 675 astcenc_context** context in astcenc_context_alloc() 705 astcenc_context* ctx = new astcenc_context; in astcenc_context_alloc() 780 astcenc_context* ctx in astcenc_context_free() 805 astcenc_context& ctx, in compress_image() 964 astcenc_context* ctx, in astcenc_compress_image() 1069 astcenc_context* ctx in astcenc_compress_reset() 1088 astcenc_context* ctx, in astcenc_decompress_image() 1182 astcenc_context* ctx in astcenc_decompress_reset() 1190 astcenc_context* ctx, in astcenc_get_block_info()
|
D | astcenc_internal.h | 1385 struct astcenc_context struct 1774 astcenc_context& ctx, 2291 const astcenc_context& ctx,
|
D | astcenc_compute_variance.cpp | 112 astcenc_context& ctx, in compute_pixel_region_variance() 431 astcenc_context& ctx, in compute_averages()
|
D | astcenccli_toplevel.cpp | 136 astcenc_context* context; 153 astcenc_context* context; 1515 astcenc_context* codec_context; in main()
|
D | astcenc_compress_symbolic.cpp | 1176 const astcenc_context& ctx, in compress_block()
|
/third_party/astc-encoder/Utils/Example/ |
D | astc_api_example.cpp | 99 astcenc_context* context; in main()
|