Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() argument
829 …(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + sizeof(int)*2) : 0, itemsize *… in stbiw__sbgrowf()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() argument
829 …(*arr ? stbiw__sbraw(*arr) : 0, *arr ? (stbiw__sbm(*arr)*itemsize + sizeof(int)*2) : 0, itemsize *… in stbiw__sbgrowf()