Searched refs:stbi_load (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astc_test_autoextract.cpp | 78 uint8_t* data_ref = (uint8_t*)stbi_load(argv[2], &ref_dim_x, &ref_dim_y, &ref_ncomp, 4); in main() 87 uint8_t* data_good = (uint8_t*)stbi_load(argv[3], &good_dim_x, &good_dim_y, &good_ncomp, 4); in main() 96 uint8_t* data_bad = (uint8_t*)stbi_load(argv[4], &bad_dim_x, &bad_dim_y, &bad_ncomp, 4); in main()
|
H A D | astc_rgbm_codec.cpp | 129 const uint8_t* data_in = stbi_load(src_file, &dim_x, &dim_y, nullptr, 4); in main()
|
H A D | astc_blend_test.cpp | 124 const uint8_t* data_in = stbi_load(src_file, &dim_x, &dim_y, nullptr, 4); in main()
|
/third_party/astc-encoder/Utils/Example/ |
H A D | astc_api_example.cpp | 68 uint8_t *image_data = (uint8_t*)stbi_load(argv[1], &image_x, &image_y, &image_c, 4); in main()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 140 uint8_t* data = stbi_load(filename, &dim_x, &dim_y, nullptr, STBI_rgb_alpha); in load_image_with_stb()
|
H A D | stb_image.h | 139 // unsigned char *data = stbi_load(filename, &x, &y, &n, 0); 425 STBIDEF stbi_uc *stbi_load (char const *filename, int *x, int *y, int *channels_in_file, int desired_channels); 1364 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() function
|
Completed in 16 milliseconds