/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultiDrawTest.cpp | 473 // 4 magenta triangles are drawn at the corners of the screen 653 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P() 654 EXPECT_PIXEL_COLOR_EQ(0, kHeight - 1, GLColor::magenta); in TEST_P() 655 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, 0, GLColor::magenta); in TEST_P() 656 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, kHeight - 1, GLColor::magenta); in TEST_P() 669 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P() 670 EXPECT_PIXEL_COLOR_EQ(0, kHeight - 1, GLColor::magenta); in TEST_P() 671 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, 0, GLColor::magenta); in TEST_P() 672 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, kHeight - 1, GLColor::magenta); in TEST_P() 681 EXPECT_PIXEL_COLOR_EQ(0, kHeight - 1, GLColor::magenta); in TEST_P() [all...] |
H A D | GetImageTest.cpp | 209 {GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta}, in TEST_P() 526 GLColor::cyan, GLColor::magenta, GLColor::red, GLColor::green, in TEST_P() 527 GLColor::blue, GLColor::yellow, GLColor::cyan, GLColor::magenta, in TEST_P()
|
H A D | DrawBuffersTest.cpp | 1100 glUniform4fv(color0UniformLocation, 1, GLColor::magenta.toNormalizedVector().data()); in TEST_P() 1109 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() * 3 / 4, getWindowHeight() / 4, GLColor::magenta); in TEST_P() member in GLColor 1152 clearColor = GLColor::magenta.toNormalizedVector(); in TEST_P() 1161 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() * 3 / 4, getWindowHeight() / 4, GLColor::magenta); in TEST_P() member in GLColor 1166 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() * 3 / 4, getWindowHeight() / 4, GLColor::magenta); in TEST_P() member in GLColor
|
H A D | UniformBufferTest.cpp | 2208 checkResults(GLColor::yellow, GLColor::magenta, GLColor::yellow, GLColor::yellow); in TEST_P() 2670 checkResults(GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta); in TEST_P() 2825 checkResults(GLColor::yellow, GLColor::magenta, GLColor::yellow, GLColor::yellow); in TEST_P() 2922 checkResults(GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta); in TEST_P() [all...] |
H A D | ClearTest.cpp | 492 EXPECT_PIXEL_RECT_EQ(0, 0, getWindowWidth(), getWindowHeight(), GLColor::magenta); in TEST_P() 1637 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P() 1640 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P() 2502 // Verify that the left half is magenta, and the right half is cyan. in TEST_P() 2503 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P() 2504 EXPECT_PIXEL_COLOR_EQ(kSize / 2 - 1, 0, GLColor::magenta); in TEST_P() 2505 EXPECT_PIXEL_COLOR_EQ(0, kSize - 1, GLColor::magenta); in TEST_P() 2506 EXPECT_PIXEL_COLOR_EQ(kSize / 2 - 1, kSize - 1, GLColor::magenta); in TEST_P() 2581 GLColor::cyan, GLColor::magenta, GLColor::white, in TEST_P()
|
H A D | SimpleOperationTest.cpp | 1034 {GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta}, in TEST_P()
|
H A D | VulkanUniformUpdatesTest.cpp | 218 // Initialize magenta texture. in TEST_P() 220 InitTexture(GLColor::magenta, &magentaTexture); in TEST_P() 238 // Draw with magenta. in TEST_P() 243 // Draw with magenta masking out red. in TEST_P() 283 // Initialize magenta texture. in TEST_P() 285 InitTexture(GLColor::magenta, &magentaTexture); in TEST_P() 317 // Draw with magenta. in TEST_P() 322 // Draw with magenta masking out red. in TEST_P() 391 // Draw with magenta. in TEST_P() 395 // Draw with magenta maskin in TEST_P() [all...] |
H A D | D3DTextureTest.cpp | 977 // Apply the Pbuffer and clear it to magenta and verify in TEST_P() 985 EXPECT_PIXEL_COLOR_EQ(testpoint, testpoint, GLColor::magenta); in TEST_P() 1005 // Apply the Pbuffer and clear it to magenta in TEST_P() 1015 EXPECT_PIXEL_COLOR_EQ(testPoint, testPoint, GLColor::magenta); in TEST_P() 1024 // Draw a quad and verify that it is magenta in TEST_P() 1031 // Verify that magenta was drawn in TEST_P() 1032 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::magenta); in TEST_P() member in angle::GLColor 1124 // Apply the Pbuffer and clear it to magenta and verify in TEST_P() 1142 // Draw a quad and verify the color is magenta, not green in TEST_P() 1145 GLColor::magenta); in TEST_P() member in angle::GLColor 1187 GLColor::magenta); TEST_P() member in angle::GLColor [all...] |
H A D | FramebufferFetchTest.cpp | 438 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::magenta); in MultipleRenderTargetTest() 492 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::magenta); in MultipleRenderTargetArrayTest() 734 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::magenta); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() 769 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::magenta); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() 931 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::magenta); in DrawFetchBlitDrawFetchTest()
|
H A D | CopyTexImageTest.cpp | 361 GLColor::cyan, GLColor::blue, GLColor::magenta}; in TEST_P() 417 GLColor::cyan, GLColor::blue, GLColor::magenta}; in TEST_P() 529 GLColor::cyan, GLColor::blue, GLColor::magenta}; in TEST_P()
|
H A D | VulkanPerformanceCounterTest.cpp | 1763 EXPECT_PIXEL_COLOR_EQ(kSize / 4, kSize / 4, GLColor::magenta); in TEST_P() 1764 EXPECT_PIXEL_COLOR_EQ(3 * kSize / 4 - 1, kSize / 4, GLColor::magenta); in TEST_P() 1765 EXPECT_PIXEL_COLOR_EQ(kSize / 4, 3 * kSize / 4 - 1, GLColor::magenta); in TEST_P() 1766 EXPECT_PIXEL_COLOR_EQ(3 * kSize / 4 - 1, 3 * kSize / 4 - 1, GLColor::magenta); in TEST_P() 1767 EXPECT_PIXEL_COLOR_EQ(kSize / 2, kSize / 2, GLColor::magenta); in TEST_P() 2889 // Verify the magenta area: in TEST_P() 2891 GLColor::magenta); in TEST_P() 2892 // Verify the transparent magenta area: in TEST_P()
|
H A D | TransformFeedbackTest.cpp | 688 EXPECT_PIXEL_COLOR_EQ(w / 4 + 1, h / 4 + 1, GLColor::magenta); in TEST_P() 689 EXPECT_PIXEL_COLOR_EQ(3 * w / 4 - 1, h / 4 + 1, GLColor::magenta); in TEST_P() 690 EXPECT_PIXEL_COLOR_EQ(w / 4 + 1, 3 * h / 4 - 1, GLColor::magenta); in TEST_P() 691 EXPECT_PIXEL_COLOR_EQ(3 * w / 4 - 1, 3 * h / 4 - 1, GLColor::magenta); in TEST_P() 693 EXPECT_PIXEL_COLOR_EQ(w / 2, h / 2, GLColor::magenta); in TEST_P() 3523 EXPECT_PIXEL_RECT_EQ(kFBOSize / 2, 0, kFBOSize / 2, kFBOSize, GLColor::magenta); in TEST_P()
|
H A D | PbufferTest.cpp | 194 static_cast<GLint>(mPbufferSize) / 2, GLColor::magenta); in TEST_P() member in GLColor 475 // Draw a quad and verify that it is magenta in TEST_P() 482 // Verify that magenta was drawn in TEST_P()
|
H A D | DrawBaseVertexVariantsTest.cpp | 126 GLColor::magenta, in DrawBaseVertexVariantsTest()
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 125 pre .fg.magenta {{ color: #b294bb; }} in main() 134 pre .fg.magenta.bright {{ color: #b294bb; }} in main() 143 pre .bg.magenta {{ background-color: #b294bb; }} in main() 152 pre .bg.magenta.bright {{ background-color: #b294bb; }} in main() 306 Color::Magenta => write!(writer, "magenta"), in set_color()
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | styles.js | 45 magenta: [35, 39],
|
H A D | extendStringPrototype.js | 70 console.log('warn: '.red + ('String.prototype' + prop).magenta +
|
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_prompt.rb | 79 # | 95 | Light magenta | 89 when :purple, :magenta then 35
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
H A D | index.js | 82 magenta: 35,
|
/third_party/unity/auto/ |
H A D | colour_prompt.rb | 80 # | 95 | Light magenta | 90 when :purple, :magenta then 35
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 28 magenta: [35, 39],
|
/third_party/node/deps/npm/node_modules/ansi-styles/ |
H A D | index.js | 28 magenta: [35, 39],
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBufferAgeTest.cpp | 187 GLColor::white, GLColor::yellow, GLColor::black, GLColor::magenta, kLightGray, in TEST_P()
|
/third_party/rust/crates/clap/clap_bench/benches/ |
H A D | 05_ripgrep.rs | 564 red, blue, green, cyan, magenta, yellow, white and black. \ 571 change the match color to magenta and the background color for \ 573 rg --colors 'match:fg:magenta' --colors 'line:bg:yellow' foo."
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 579 SkPaint magenta; in drawFlutter() local 580 magenta.setAntiAlias(true); in drawFlutter() 581 magenta.setColor(SK_ColorMAGENTA); in drawFlutter() 616 style4.setForegroundColor(magenta); in drawFlutter() 830 SkPaint magenta; in hangingS() local 831 magenta.setAntiAlias(true); in hangingS() 832 magenta.setColor(SK_ColorMAGENTA); in hangingS() 869 style4.setForegroundColor(magenta); in hangingS()
|