Home
last modified time | relevance | path

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

/external/skqp/gm/
Dflippity.cpp214 static const SkColor kLabelColors[kNumLabels] = { in makeLabels() local
223 fLabels.push_back(make_text_image(context, kLabelText[i], kLabelColors[i])); in makeLabels()
/external/skia/gm/
Dflippity.cpp243 static const SkColor kLabelColors[kNumLabels] = { in makeLabels() local
251 fLabels.push_back(make_text_image(context, kLabelText[i], kLabelColors[i])); in makeLabels()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp660 static constexpr angle::ColorF kLabelColors[6] = { in MakeDebugUtilsLabel() local
670 ASSERT(colorIndex >= 0 && static_cast<size_t>(colorIndex) < ArraySize(kLabelColors)); in MakeDebugUtilsLabel()
675 kLabelColors[colorIndex].writeData(label->color); in MakeDebugUtilsLabel()
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()