Home
last modified time | relevance | path

Searched refs:stbi_load (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Utils/
H A Dastc_test_autoextract.cpp78 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 Dastc_rgbm_codec.cpp129 const uint8_t* data_in = stbi_load(src_file, &dim_x, &dim_y, nullptr, 4); in main()
H A Dastc_blend_test.cpp124 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 Dastc_api_example.cpp68 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 Dastcenccli_image_load_store.cpp140 uint8_t* data = stbi_load(filename, &dim_x, &dim_y, nullptr, STBI_rgb_alpha); in load_image_with_stb()
H A Dstb_image.h139 // 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 17 milliseconds