Searched refs:m_pRead (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1351 mz_file_read_func m_pRead; member 5059 if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pBuf, n) != (mz_uint)n) in mz_zip_reader_read_central_dir() 5073 if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pBuf, in mz_zip_reader_read_central_dir() 5118 if (pZip->m_pRead(pZip->m_pIO_opaque, cdir_ofs, in mz_zip_reader_read_central_dir() 5169 if ((!pZip) || (!pZip->m_pRead)) return MZ_FALSE; in mz_zip_reader_init() 5193 pZip->m_pRead = mz_zip_mem_read_func; in mz_zip_reader_init_mem() 5234 pZip->m_pRead = mz_zip_file_read_func; in mz_zip_reader_init_file() 5510 if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pLocal_header, in mz_zip_reader_extract_to_mem_no_alloc() 5525 if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pBuf, in mz_zip_reader_extract_to_mem_no_alloc() 5572 if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pRead_buf, in mz_zip_reader_extract_to_mem_no_alloc() [all …]
|