Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp137 int res = SaveEXR(buf, img->dim_x, img->dim_y, 4, 1, filename, nullptr); in store_exr_image_with_tinyexr()
Dtinyexr.h329 extern int SaveEXR(const float *data, const int width, const int height,
13436 int SaveEXR(const float *data, int width, int height, int components, function