Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp1045 unsigned char ref_color[4]; in iterate() local
1050 memset(ref_color, 0xFF, sizeof(ref_color)); in iterate()
1054 memset(ref_color, 0, sizeof(ref_color)); in iterate()
1074 if (memcmp(result, ref_color, sizeof(ref_color)) != 0) in iterate()
1078 << "(" << (unsigned int)ref_color[0] << ", " << (unsigned int)ref_color[1] in iterate()
1079 << ", " << (unsigned int)ref_color[2] << ", " << (unsigned int)ref_color[3] in iterate()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1763 static bool ref_color = false; in ShowDemoWindowWidgets() local
1773 ImGui::Checkbox("With Ref Color", &ref_color); in ShowDemoWindowWidgets()
1774 if (ref_color) in ShowDemoWindowWidgets()
1797 ImGui::ColorPicker4("MyColor##4", (float*)&color, flags, ref_color ? &ref_color_v.x : NULL); in ShowDemoWindowWidgets()