Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenccli_image_external.cpp54 #define STBI_ASSERT(x) astcenc_runtime_assert(x) macro
H A Dstb_image.h15 You can #define STBI_ASSERT(x) before the #include to avoid using assert.h.
599 #ifndef STBI_ASSERT
601 #define STBI_ASSERT(x) assert(x) macro
1267 STBI_ASSERT(ri.bits_per_channel == 8 || ri.bits_per_channel == 16); in stbi__load_and_postprocess_8bit()
1293 STBI_ASSERT(ri.bits_per_channel == 8 || ri.bits_per_channel == 16); in stbi__load_and_postprocess_16bit()
1759 STBI_ASSERT(req_comp >= 1 && req_comp <= 4); in stbi__convert_format()
1788 default: STBI_ASSERT(0); STBI_FREE(data); STBI_FREE(good); return stbi__errpuc("unsupported", "Unsupported format conversion"); in stbi__convert_format()
1816 STBI_ASSERT(req_comp >= 1 && req_comp <= 4); in stbi__convert_format16()
1845 default: STBI_ASSERT(0); STBI_FREE(data); STBI_FREE(good); return (stbi__uint16*) stbi__errpuc("unsupported", "Unsupported format conversion"); in stbi__convert_format16()
2138 STBI_ASSERT(((( in stbi__jpeg_huff_decode()
[all...]

Completed in 7 milliseconds