Home
last modified time | relevance | path

Searched refs:color_float (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/pixman/
Dpixman-solid-fill.c63 img->solid.color_float = color_to_float (color); in pixman_image_create_solid_fill()
Dpixman-noop.c78 color = image->solid.color_float; in noop_init_solid_wide()
Dpixman-private.h128 argb_t color_float; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp5791 tcu::Vec4 color_float = tcu::Vec4(ref_data[n_point * 6 + 2], ref_data[n_point * 6 + 3], in verify() local
5806 if (de::abs(rendered_data_float[0] - color_float[0]) > epsilon || in verify()
5807 de::abs(rendered_data_float[1] - color_float[1]) > epsilon || in verify()
5808 de::abs(rendered_data_float[2] - color_float[2]) > epsilon || in verify()
5809 de::abs(rendered_data_float[3] - color_float[3]) > epsilon) in verify()
5816 << color_float[0] << ", " << color_float[1] << ", " << color_float[2] << ", " in verify()
5817 << color_float[3] << ")." << tcu::TestLog::EndMessage; in verify()