Searched refs:ctxo (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_entry.cpp | 691 astcenc_context* ctxo = new astcenc_context; in astcenc_context_alloc() local 692 astcenc_contexti* ctx = &ctxo->context; in astcenc_context_alloc() 704 delete ctxo; in astcenc_context_alloc() 711 delete ctxo; in astcenc_context_alloc() 724 delete ctxo; in astcenc_context_alloc() 757 delete ctxo; in astcenc_context_alloc() 776 *context = ctxo; in astcenc_context_alloc() 787 astcenc_context* ctxo in astcenc_context_free() 789 if (ctxo) in astcenc_context_free() 791 astcenc_contexti* ctx = &ctxo in astcenc_context_free() 826 compress_image( astcenc_context& ctxo, unsigned int thread_index, const astcenc_image& image, const astcenc_swizzle& swizzle, uint8_t* buffer, bool calQualityEnable, int32_t *mse[RGBA_COM] ) compress_image() argument 1060 astcenc_compress_image( astcenc_context* ctxo, astcenc_image* imagep, const astcenc_swizzle* swizzle, uint8_t* data_out, size_t data_len, bool calQualityEnable, int32_t *mse[RGBA_COM], unsigned int thread_index ) astcenc_compress_image() argument 1186 astcenc_decompress_image( astcenc_context* ctxo, const uint8_t* data, size_t data_len, astcenc_image* image_outp, const astcenc_swizzle* swizzle, unsigned int thread_index ) astcenc_decompress_image() argument 1292 astcenc_get_block_info( astcenc_context* ctxo, const uint8_t data[16], astcenc_block_info* info ) astcenc_get_block_info() argument [all...] |
Completed in 2 milliseconds