Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp808 static uint8_t ktx_magic[12] { variable
864 …if (memcmp(hdr.magic, ktx_magic, 12) != 0 || (hdr.endianness != 0x04030201 && hdr.endianness != 0x… in load_ktx_uncompressed_image()
1203 if (memcmp(hdr.magic, ktx_magic, 12) != 0 || in load_ktx_compressed_image()
1304 memcpy(hdr.magic, ktx_magic, 12); in store_ktx_compressed_image()
1376 memcpy(hdr.magic, ktx_magic, 12); in store_ktx_uncompressed_image()