Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:rgbe

31       HDR (radiance rgbE format)
5833 // Radiance RGBE HDR loader
5955 stbi_uc rgbe[4];
5957 stbi__getn(s, rgbe, 4);
5958 stbi__hdr_convert(hdr_data + j * width * req_comp + i * req_comp, rgbe, req_comp);
5972 stbi_uc rgbe[4];
5973 rgbe[0] = (stbi_uc) c1;
5974 rgbe[1] = (stbi_uc) c2;
5975 rgbe[2] = (stbi_uc) len;
5976 rgbe[3] = (stbi_uc) stbi__get8(s);
5977 stbi__hdr_convert(hdr_data, rgbe, req_comp);