Searched refs:ktx_magic (Results 1 – 1 of 1) sorted by relevance
808 static uint8_t ktx_magic[12] { variable864 …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()