Home
last modified time | relevance | path

Searched refs:white_color (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp539 static const glw::GLuint white_color = 0xffffffff; in executeTestCase() local
574 verifyImage(white_color, test_case.m_is_white_expected); in executeTestCase()
1059 static const glw::GLuint white_color = 0xffffffff; in execute() local
1104 verifyImage(white_color, test_case.m_is_white_expected); in execute()
/third_party/flutter/skia/src/core/
DSkRasterPipeline.h44 M(black_color) M(white_color) \
DSkRasterPipeline.cpp109 this->append(white_color); in append_constant_color()
/third_party/skia/src/core/
DSkRasterPipeline.h46 M(black_color) M(white_color) \
DSkRasterPipeline.cpp115 this->append(white_color); in append_constant_color()
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h1334 STAGE(white_color, Ctx::None) { in STAGE() argument
3162 STAGE_PP(white_color, Ctx::None) { r = g = b = 255; a = 255; }
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1353 STAGE(white_color, Ctx::None) { in STAGE() argument
3325 STAGE_PP(white_color, Ctx::None) { r = g = b = 255; a = 255; }