Home
last modified time | relevance | path

Searched refs:kLabelColors (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dflippity.cpp246 static const SkColor kLabelColors[kNumLabels] = { in makeLabels() local
254 fLabels.push_back(make_text_image(kLabelText[i], kLabelColors[i])); in makeLabels()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp173 static constexpr angle::ColorF kLabelColors[6] = { in MakeDebugUtilsLabel() local
183 ASSERT(colorIndex >= 0 && static_cast<size_t>(colorIndex) < ArraySize(kLabelColors)); in MakeDebugUtilsLabel()
188 kLabelColors[colorIndex].writeData(label->color); in MakeDebugUtilsLabel()
Dvk_utils.cpp780 static constexpr angle::ColorF kLabelColors[6] = { in MakeDebugUtilsLabel() local
790 ASSERT(colorIndex >= 0 && static_cast<size_t>(colorIndex) < ArraySize(kLabelColors)); in MakeDebugUtilsLabel()
795 kLabelColors[colorIndex].writeData(label->color); in MakeDebugUtilsLabel()