| /device/generic/vulkan-cereal/third-party/stb/include/stb/ |
| D | stb_image_write.h | 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() 451 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels() 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() 619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() 723 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local [all …]
|
| D | stb_image.h | 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() 1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() 1294 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess() 1346 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() 1356 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() 1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() 1382 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16() 1409 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory() 1416 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks() [all …]
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | stb_image_write.h | 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() 451 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels() 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() 619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() 723 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local [all …]
|
| D | stb_image.h | 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() 1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() 1294 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess() 1346 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() 1356 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() 1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() 1382 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16() 1409 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory() 1416 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks() [all …]
|
| D | tinyexr.h | 5401 comp = in mz_zip_reader_locate_file_binary_search() local 12100 int comp = exr_header->compression_type; in SaveEXRImageToMemory() local
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
| D | simd_vec4.hpp | 42 enum comp enum
|
| /device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
| D | bosch_bmp280.c | 116 struct BMP280CompParams comp; member
|