Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h243 #ifndef STBIW_ASSERT
245 #define STBIW_ASSERT(x) assert(x) macro
372 STBIW_ASSERT(0); in stbiw__writefv()
659 STBIW_ASSERT(length+128 <= 255); in stbiw__write_run_data()
667 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code in stbiw__write_dump_data()
830 STBIW_ASSERT(p); in stbiw__sbgrowf()
959 STBIW_ASSERT(d <= 32767 && best <= 258); in stbi_zlib_compress()
1209 STBIW_ASSERT(o == out + *out_len); in stbi_write_png_to_mem()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h243 #ifndef STBIW_ASSERT
245 #define STBIW_ASSERT(x) assert(x) macro
372 STBIW_ASSERT(0); in stbiw__writefv()
659 STBIW_ASSERT(length+128 <= 255); in stbiw__write_run_data()
667 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code in stbiw__write_dump_data()
830 STBIW_ASSERT(p); in stbiw__sbgrowf()
959 STBIW_ASSERT(d <= 32767 && best <= 258); in stbi_zlib_compress()
1209 STBIW_ASSERT(o == out + *out_len); in stbi_write_png_to_mem()