Home
last modified time | relevance | path

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

/third_party/glfw/deps/
H A Dstb_image_write.h25 You can #define STBIW_ASSERT(x) before the #include to avoid using assert.h.
243 #ifndef STBIW_ASSERT
245 #define STBIW_ASSERT(x) assert(x) macro
372 STBIW_ASSERT(0); in stbiw__writefv()
659 STBIW_ASSERT(length+128 <= 255);
667 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code
830 STBIW_ASSERT(p);
959 STBIW_ASSERT(d <= 32767 && best <= 258);
1209 STBIW_ASSERT(o == out + *out_len);
1665 added STBIW_MALLOC, STBIW_ASSERT et
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image_write.h25 You can #define STBIW_ASSERT(x) before the #include to avoid using assert.h.
243 #ifndef STBIW_ASSERT
245 #define STBIW_ASSERT(x) assert(x) macro
372 STBIW_ASSERT(0); in stbiw__writefv()
659 STBIW_ASSERT(length+128 <= 255);
667 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code
830 STBIW_ASSERT(p);
959 STBIW_ASSERT(d <= 32767 && best <= 258);
1209 STBIW_ASSERT(o == out + *out_len);
1665 added STBIW_MALLOC, STBIW_ASSERT et
[all...]

Completed in 6 milliseconds