Home
last modified time | relevance | path

Searched defs:kGreen (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DMultisampledRenderingTests.cpp291 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
322 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
349 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
392 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
432 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
466 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
517 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
573 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
609 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
638 constexpr wgpu::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DMultisampledRenderingTests.cpp238 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
268 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
312 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
351 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
382 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
432 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
488 constexpr dawn::Color kGreen = {0.0f, 0.8f, 0.0f, 0.8f}; in TEST_P() local
DRenderPassTests.cpp80 constexpr RGBA8 kGreen(0, 255, 0, 255); in TEST_P() local
DCompressedTextureFormatTests.cpp326 constexpr RGBA8 kGreen(0, 255, 0, 255); in GetExpectedData() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMixedSamplesTest.cpp191 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
235 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
DMultisampleCompatibilityTest.cpp179 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
233 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 0.5f}; in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMixedSamplesTest.cpp191 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
235 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
DMultisampleCompatibilityTest.cpp176 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
230 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 0.5f}; in TEST_P() local
DPathRenderingTest.cpp793 static const angle::GLColor kGreen = {0, 255, 0, 255}; in verifyTestPatternStroke() local
813 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
862 static float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
896 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
975 static const float kGreen[] = {0.0f, 1.0f, 0.0f, 1.0f}; in TEST_P() local
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dprinter.h32 kGreen, enumerator
/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg_test.cc23 enum Color { kRed, kGreen, kBlue }; enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg_test.cc29 enum Color { kRed, kGreen, kBlue }; enumerator
/third_party/skia/modules/skottie/src/effects/
DShiftChannelsEffect.cpp63 kGreen = 3, enumerator
/third_party/flutter/skia/include/core/
DSkColor.h408 constexpr SkColor4f kGreen = {0, 1, 0, 1}; variable
/third_party/skia/include/core/
DSkColor.h432 constexpr SkColor4f kGreen = {0, 1, 0, 1}; variable
/third_party/skia/tests/
DReadPixelsTest.cpp397 static const uint64_t kGreen = (uint64_t) SK_Half1 << 16; variable
DSkRuntimeEffectTest.cpp920 static constexpr std::array<float, 4> kGreen{0.0f, 1.0f, 0.0f, 1.0f}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp534 const tcu::Vec4 kGreen (0.0f, 1.0f, 0.0f, 1.0f); in iterate() local
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h125 static const RGBA8 kGreen; member
DDawnTest.cpp109 const RGBA8 RGBA8::kGreen = RGBA8(0, 255, 0, 255); member in RGBA8
/third_party/flutter/skia/tests/
DReadPixelsTest.cpp505 static const uint64_t kGreen = (uint64_t) SK_Half1 << 16; variable
/third_party/skia/gm/
Dwacky_yuv_formats.cpp322 const SkColor kGreen = ToolUtils::color_to_565(SkColorSetARGB(0xFF, 178, 240, 104)); in make_bitmap() local
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp336 const SkColor kGreen = ToolUtils::color_to_565(SkColorSetARGB(0xFF, 178, 240, 104)); in make_bitmap() local
/third_party/googletest/googletest/src/
Dgtest.cc3134 enum class GTestColor { kDefault, kRed, kGreen, kYellow }; enumerator
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc4625 enum class GTestColor { kDefault, kRed, kGreen, kYellow }; enumerator