Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp745 astcenc_context* ctxo = new astcenc_context; in astcenc_context_alloc() local
746 astcenc_contexti* ctx = &ctxo->context; in astcenc_context_alloc()
758 delete ctxo; in astcenc_context_alloc()
791 delete ctxo; in astcenc_context_alloc()
810 *context = ctxo; in astcenc_context_alloc()
821 astcenc_context* ctxo in astcenc_context_free() argument
823 if (ctxo) in astcenc_context_free()
825 astcenc_contexti* ctx = &ctxo->context; in astcenc_context_free()
831 delete ctxo; in astcenc_context_free()
847 astcenc_context& ctxo, in compress_image() argument
[all …]