Searched refs:stbiw__sbgrow (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 819 #define stbiw__sbmaybegrow(a,n) (stbiw__sbneedgrow(a,(n)) ? stbiw__sbgrow(a,n) : 0) 820 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) macro
|
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 819 #define stbiw__sbmaybegrow(a,n) (stbiw__sbneedgrow(a,(n)) ? stbiw__sbgrow(a,n) : 0) 820 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) macro
|
Completed in 7 milliseconds