Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h219 #if defined(STBIW_MALLOC) && defined(STBIW_FREE) && (defined(STBIW_REALLOC) || defined(STBIW_REALLO…
221 #elif !defined(STBIW_MALLOC) && !defined(STBIW_FREE) && !defined(STBIW_REALLOC) && !defined(STBIW_R…
230 #define STBIW_FREE(p) free(p) macro
782 STBIW_FREE(scratch); in stbi_write_hdr_core()
824 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)
982 STBIW_FREE(hash_table); in stbi_zlib_compress()
1145 …line_buffer = (signed char *) STBIW_MALLOC(x * n); if (!line_buffer) { STBIW_FREE(filt); return 0;… in stbi_write_png_to_mem()
1175 STBIW_FREE(line_buffer); in stbi_write_png_to_mem()
1177 STBIW_FREE(filt); in stbi_write_png_to_mem()
1202 STBIW_FREE(zlib); in stbi_write_png_to_mem()
[all …]
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h219 #if defined(STBIW_MALLOC) && defined(STBIW_FREE) && (defined(STBIW_REALLOC) || defined(STBIW_REALLO…
221 #elif !defined(STBIW_MALLOC) && !defined(STBIW_FREE) && !defined(STBIW_REALLOC) && !defined(STBIW_R…
230 #define STBIW_FREE(p) free(p) macro
782 STBIW_FREE(scratch); in stbi_write_hdr_core()
824 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)
982 STBIW_FREE(hash_table); in stbi_zlib_compress()
1145 …line_buffer = (signed char *) STBIW_MALLOC(x * n); if (!line_buffer) { STBIW_FREE(filt); return 0;… in stbi_write_png_to_mem()
1175 STBIW_FREE(line_buffer); in stbi_write_png_to_mem()
1177 STBIW_FREE(filt); in stbi_write_png_to_mem()
1202 STBIW_FREE(zlib); in stbi_write_png_to_mem()
[all …]