Searched refs:TINYEXR_SUCCESS (Results 1 – 2 of 2) sorted by relevance
121 #define TINYEXR_SUCCESS (0) macro10432 return TINYEXR_SUCCESS; in ParseEXRHeader()10721 return TINYEXR_SUCCESS; in ParseEXRHeader()10892 int err_code = TINYEXR_SUCCESS; in DecodeChunk()11013 if (err_code != TINYEXR_SUCCESS) { in DecodeChunk()11177 return TINYEXR_SUCCESS; in DecodeChunk()11344 if (ret != TINYEXR_SUCCESS) { in DecodeEXRImage()11427 if (ret != TINYEXR_SUCCESS) { in EXRLayers()11441 if (ret != TINYEXR_SUCCESS) { in EXRLayers()11461 return TINYEXR_SUCCESS; in EXRLayers()[all …]
60 if (load_res != TINYEXR_SUCCESS) in load_image_with_tinyexr()