Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1843 tdefl_put_buf_func_ptr m_pPut_buf_func; member
3657 ((d->m_pPut_buf_func == NULL) && in tdefl_flush_block()
3757 if (d->m_pPut_buf_func) { in tdefl_flush_block()
3759 if (!(*d->m_pPut_buf_func)(d->m_output_buf, n, d->m_pPut_buf_user)) in tdefl_flush_block()
4284 if (((d->m_pPut_buf_func != NULL) == in tdefl_compress()
4333 MZ_ASSERT(d->m_pPut_buf_func); in tdefl_compress_buffer()
4340 d->m_pPut_buf_func = pPut_buf_func; in tdefl_init()