Searched refs:stbiw__sbgrowf (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 820 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) 826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() function
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 820 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) 826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() function
|