/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_test.cc | 46 printer->write("Blue", Style{Color::kBlue, false}); in TEST_F() 60 printer->write("Blue", Style{Color::kBlue, true}); in TEST_F() 74 printer->write("Blue", Style{Color::kBlue, false}); in TEST_F() 88 printer->write("Blue", Style{Color::kBlue, true}); in TEST_F()
|
H A D | printer.h | 34 kBlue, member in tint::diag::Color
|
H A D | printer_linux.cc | 70 case Color::kBlue: in color_code()
|
H A D | printer_windows.cc | 80 case Color::kBlue: in attributes()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferMixedSamplesTest.cpp | 190 static const float kBlue[] = {0.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local 205 glUniform4fv(mColorLoc, 1, kBlue); in TEST_P() 234 static const float kBlue[] = {0.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local 253 glUniform4fv(mColorLoc, 1, kBlue); in TEST_P()
|
H A D | MultisampleCompatibilityTest.cpp | 178 static const float kBlue[] = {0.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local 196 glUniform4fv(mColorLoc, 1, kBlue); in TEST_P() 232 static const float kBlue[] = {0.0f, 0.0f, 1.0f, 0.5f}; in TEST_P() local 256 glUniform4fv(mColorLoc, 1, kBlue); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | RenderPassTests.cpp | 110 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kBlue, renderTarget1, 1, kRTSize - 1); in TEST_P() 113 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kBlue, renderTarget2, 1, kRTSize - 1); in TEST_P() 162 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kBlue, renderTarget, 2, kRTSize - 1); in TEST_P()
|
H A D | CullingTests.cpp | 89 const RGBA8 kBackgroundColor = RGBA8::kBlue; in DoTest()
|
H A D | SamplerFilterAnisotropicTests.cpp | 31 const std::array<RGBA8, 3> colors = {RGBA8::kRed, RGBA8::kGreen, RGBA8::kBlue};
|
H A D | RenderBundleTests.cpp | 22 const RGBA8 kColors[2] = {RGBA8::kGreen, RGBA8::kBlue};
|
H A D | RenderPassLoadOpTests.cpp | 76 std::fill(expectBlue.begin(), expectBlue.end(), RGBA8::kBlue);
|
H A D | DepthStencilStateTests.cpp | 826 {stencilEqualKeepState, RGBA8::kBlue, 0.f, 0x0, wgpu::FrontFace::CCW, true}}; in TEST_P() 829 std::pair<RGBA8, RGBA8> expectation = {RGBA8::kBlue, RGBA8::kBlue}; in TEST_P()
|
/third_party/skia/docs/examples/ |
H A D | Color_Wheel.cpp | 18 SkColors::kBlue, SkColors::kMagenta, SkColors::kRed}; in REG_FIDDLE() 34 {"B", 1, 330, SkColors::kBlue}, in REG_FIDDLE()
|
H A D | Colors.cpp | 14 {SkColors::kBlue, "SkColors::kBlue"}, in REG_FIDDLE()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | arg_test.cc | 29 enum Color { kRed, kGreen, kBlue }; enumerator 78 EXPECT_TRUE(FormatArgImplFriend::ToInt(FormatArgImpl(kBlue), &out)); in TEST_F()
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | ShiftChannelsEffect.cpp | 64 kBlue = 4, member in skottie::internal::__anon18563::final::Source 82 { 0, 0, 1, 0, 0}, // kBlue 118 fB = static_cast<float>(Source::kBlue),
|
/third_party/skia/gm/ |
H A D | androidblendmodes.cpp | 51 p.setColor(ToolUtils::color_to_565(kBlue)); 122 static const SkColor kBlue = SkColorSetARGB(255, 22, 150, 243); member in skiagm::AndroidBlendModesGM
|
H A D | colorwheel.cpp | 56 canvas->drawString("B", 40.0f, 20.0f, font, SkPaint(SkColors::kBlue)); in DEF_SIMPLE_GM()
|
/third_party/skia/tests/ |
H A D | ReadPixelsTest.cpp | 398 static const uint64_t kBlue = (uint64_t) SK_Half1 << 32; variable 401 kAlpha | kRed, kAlpha | kGreen, kAlpha | kBlue, kAlpha | kBlue | kGreen | kRed, kAlpha
|
H A D | BackendAllocationTest.cpp | 575 { kRGBA_8888_SkColorType, SkColors::kBlue }, in color_type_backend_allocation_test() 769 { GrColorType::kBGRA_8888, GR_GL_RGBA8, SkColors::kBlue }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 770 { GrColorType::kBGRA_8888, GR_GL_BGRA8, SkColors::kBlue }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 923 { GrColorType::kBGRA_8888, VK_FORMAT_B8G8R8A8_UNORM, SkColors::kBlue }, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
H A D | SkRuntimeEffectTest.cpp | 921 static constexpr std::array<float, 4> kBlue {0.0f, 0.0f, 1.0f, 1.0f}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 924 for (const auto& colorArray : {kRed, kGreen, kBlue, kGray}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | CompressedBackendAllocationTest.cpp | 288 { SkImage::CompressionType::kBC1_RGB8_UNORM, SkColors::kBlue }, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | command_data.h | 158 kBlue, member in amber::BlendOp
|
H A D | command_data.cc | 202 return BlendOp::kBlue; in NameToBlendOp()
|
/third_party/skia/include/core/ |
H A D | SkColor.h | 433 constexpr SkColor4f kBlue = {0, 0, 1, 1}; member
|