Home
last modified time | relevance | path

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

/external/skia/gm/
Dgraphitestart.cpp212 static const SkColor4f kOpaqueWhite { 1.0f, 1.0f, 1.0f, 1.0f }; in draw_blend_mode_swatches() local
217 dstPaint.setColor(kOpaqueWhite); in draw_blend_mode_swatches()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp995 const tcu::Vec4 kOpaqueWhite (1.0f, 1.0f, 1.0f, 1.0f); // Opaque white, all components active. variable
6265 config.meshParams[0].color = kOpaqueWhite; in createExtendedDynamicStateTests()
6268 …set (new SingleColorGenerator(filterColor(kTransparentClearColor, kOpaqueWhite, colorCompCase.… in createExtendedDynamicStateTests()