Home
last modified time | relevance | path

Searched refs:hdr_bytes_written (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1631 size_t hdr_bytes_written = fwrite(&hdr, 1, sizeof(ktx_header), wf); in store_ktx_uncompressed_image() local
1635 if (hdr_bytes_written + bytecount_bytes_written + data_bytes_written != expected_bytes_written) in store_ktx_uncompressed_image()
2265 size_t hdr_bytes_written = fwrite(&hdr, 1, sizeof(dds_header), wf); in store_dds_uncompressed_image() local
2280 if (magic_bytes_written + hdr_bytes_written + dx10_bytes_written + data_bytes_written != expected_bytes_written) in store_dds_uncompressed_image()

Completed in 4 milliseconds