Searched refs:stbi__hdr_test (Results 1 – 2 of 2) sorted by relevance
852 static int stbi__hdr_test(stbi__context *s);1035 if (stbi__hdr_test(s)) { in stbi__load_main()1320 if (stbi__hdr_test(s)) { in stbi__loadf_main()1378 return stbi__hdr_test(&s); in stbi_is_hdr_from_memory()1405 res = stbi__hdr_test(&s); in stbi_is_hdr_from_file()1420 return stbi__hdr_test(&s); in stbi_is_hdr_from_callbacks()6699 static int stbi__hdr_test(stbi__context* s) in stbi__hdr_test() function6899 if (stbi__hdr_test(s) == 0) { in stbi__hdr_info()