Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp1540 size_t data_bytes_written = fwrite(dataptr, 1, image_write_bytes, wf); in store_ktx_uncompressed_image() local
1542 if (hdr_bytes_written + bytecount_bytes_written + data_bytes_written != expected_bytes_written) in store_ktx_uncompressed_image()
2184 size_t data_bytes_written = fwrite(dataptr, 1, image_bytes, wf); in store_dds_uncompressed_image() local
2187 …if (magic_bytes_written + hdr_bytes_written + dx10_bytes_written + data_bytes_written != expected_… in store_dds_uncompressed_image()