Home
last modified time | relevance | path

Searched refs:cyan (Results 1 - 25 of 49) sorted by relevance

12

/third_party/glslang/Test/
H A Dvalidate-shaders.sh188 declare -r white="\e[1;37m" cyan="\e[1;36m" red="\e[0;31m" no_color="\e[0m"
190 declare -r white="" cyan="" red="" no_color=""
214 $opt_terse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_color}]" \
235 $opt_stat_ok && status "$test" "${cyan}OK${no_color}"
260 $opt_summary && printf "\nSummary: ${white}${count_nocomp} compile errors${no_color}, ${red}${count_err} validation errors${no_color}, ${cyan}${count_ok} successes${no_color}\n"
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DBootAnimationTest.cpp172 EXPECT_PIXEL_RECT_EQ(0, 0, kWindowWidth, kMaskBoundaryBottom, GLColor::cyan); in checkClearColor()
174 (kWindowHeight - (kMaskBoundaryBottom + kImageHeight)), GLColor::cyan); in checkClearColor()
176 GLColor::cyan); in checkClearColor()
179 GLColor::cyan); in checkClearColor()
210 // The border around the area is cleared to GLColor::cyan
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dtest.js59 chalk.cyan('嶜憃撊') + ' 噾噿嚁',
83 chalk.cyan('嶜憃撊') + ' 噾噿嚁',
/third_party/cJSON/tests/unity/auto/
H A Dcolour_prompt.rb52 when :cyan, :output then 11
80 # | 96 | Light cyan |
90 when :cyan, :output then 36
/third_party/unity/auto/
H A Dcolour_prompt.rb53 when :cyan, :output then 11
81 # | 96 | Light cyan |
91 when :cyan, :output then 36
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreadme_preview.rs126 pre .fg.cyan {{ color: #8abeb7; }} in main()
135 pre .fg.cyan.bright {{ color: #8abeb7; }} in main()
144 pre .bg.cyan {{ background-color: #8abeb7; }} in main()
153 pre .bg.cyan.bright {{ background-color: #8abeb7; }} in main()
305 Color::Cyan => write!(writer, "cyan"), in set_color()
/third_party/toybox/toys/posix/
H A Dgrep.c75 char *purple, *cyan, *red, *green, *grey;
90 printf("%s%ld%s%c", TT.green, num, TT.cyan, dash); in numdash()
98 if (name && FLAG(H)) printf("%s%s%s%c", TT.purple, name, TT.cyan, dash); in outline()
457 TT.cyan = "\033[36m"; in grep_main()
461 } else TT.purple = TT.cyan = TT.red = TT.green = TT.grey = ""; in grep_main()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGetImageTest.cpp208 {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}, 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 DMultisampledRenderToTextureTest.cpp1483 // Verify that the texture is now cyan in TEST_P()
1484 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::cyan); in TEST_P()
1485 EXPECT_PIXEL_COLOR_EQ(kSize - 1, 0, GLColor::cyan); in TEST_P()
1486 EXPECT_PIXEL_COLOR_EQ(0, kSize - 1, GLColor::cyan); in TEST_P()
1487 EXPECT_PIXEL_COLOR_EQ(kSize - 1, kSize - 1, GLColor::cyan); in TEST_P()
1559 // Verify that the texture is now cyan in drawCopyDrawThenMaskedClearCommon()
1560 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon()
1561 EXPECT_PIXEL_COLOR_EQ(kSize - 1, 0, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon()
1562 EXPECT_PIXEL_COLOR_EQ(0, kSize - 1, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon()
1563 EXPECT_PIXEL_COLOR_EQ(kSize - 1, kSize - 1, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon()
[all...]
H A DDiscardFramebufferEXTTest.cpp143 glUniform4fv(colorUniformLocation, 1, GLColor::cyan.toNormalizedVector().data()); in TEST_P()
149 EXPECT_PIXEL_COLOR_EQ(1, 1, GLColor::cyan); in TEST_P()
H A DStateChangeTest.cpp2309 std::array<GLColor, 4> colors = {{GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}}; in TEST_P()
2336 // Validate whole surface is filled with cyan. in TEST_P()
2340 EXPECT_PIXEL_RECT_EQ(0, 0, w, h, GLColor::cyan); in TEST_P()
2392 {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}}; in TEST_P()
[all...]
H A DUniformBufferTest.cpp860 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::cyan); in TEST_P()
2196 checkResults(GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan); in TEST_P()
2527 checkResults(GLColor::cyan, GLColor::yellow, GLColor::cyan, GLColor::cyan); in TEST_P()
2813 checkResults(GLColor::cyan, GLColor::cyan, GLColo in TEST_P()
[all...]
H A DSimpleOperationTest.cpp1033 {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}, in TEST_P()
H A DFramebufferFetchTest.cpp398 std::vector<GLColor> color3(kViewportWidth * kViewportHeight, GLColor::cyan); in MultipleRenderTargetTest()
452 std::vector<GLColor> color3(kViewportWidth * kViewportHeight, GLColor::cyan); in MultipleRenderTargetArrayTest()
970 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::cyan); in DrawFetchBlitDrawFetchTest()
974 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::cyan); in DrawFetchBlitDrawFetchTest()
1491 std::vector<GLColor> color0(kViewportWidth * kViewportHeight, GLColor::cyan); in TEST_P()
H A DCopyTexImageTest.cpp361 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 DTextureTest.cpp2079 GLColor::yellow, GLColor::cyan, GLColor::magenta}}; in TEST_P()
3349 GLColor::yellow, GLColor::magenta, GLColor::cyan, in testTextureSize()
3969 GLColor::cyan, in TEST_P()
4038 std::fill(newMipData.data(), newMipData.data() + kNormalMip1Size, GLColor::cyan); in TEST_P()
4048 EXPECT_PIXEL_COLOR_EQ(0, 0, lod == 1 ? GLColor::cyan : kMipColors[lod]); in TEST_P()
4385 std::vector<GLColor> texDataCyan(2u * 2u, GLColor::cyan); in TEST_P()
4429 GLColor::cyan, in TEST_P()
4920 EXPECT_PIXEL_RECT_EQ(0, 0, 4, 4, GLColor::cyan); in TEST_P()
4988 std::vector<GLColor> texDataCyan(2u * 2u, GLColor::cyan); in TEST_P()
5013 // Switch the level that is being used to the cyan leve in TEST_P()
[all...]
H A DClearTest.cpp2502 // Verify that the left half is magenta, and the right half is cyan. in TEST_P()
2508 EXPECT_PIXEL_COLOR_EQ(kSize / 2, 0, GLColor::cyan); in TEST_P()
2509 EXPECT_PIXEL_COLOR_EQ(kSize / 2, kSize - 1, GLColor::cyan); in TEST_P()
2510 EXPECT_PIXEL_COLOR_EQ(kSize - 1, 0, GLColor::cyan); in TEST_P()
2511 EXPECT_PIXEL_COLOR_EQ(kSize - 1, kSize - 1, GLColor::cyan); in TEST_P()
2581 GLColor::cyan, GLColor::magenta, GLColor::white, in TEST_P()
/third_party/node/deps/npm/lib/commands/
H A Dview.js349 email: chalk.cyan(manifest._npmUser.email),
355 email: chalk.cyan(u.email),
366 tarball: chalk.cyan(manifest.dist.tarball),
384 ' | deps: ' + (info.deps.length ? chalk.cyan(info.deps.length) : chalk.green('none')) +
389 info.site && this.npm.output(chalk.cyan(info.site))
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dstyles.js46 cyan: [36, 39],
/third_party/mbedtls/tests/scripts/
H A Ddepends.py68 cyan = None variable in Colors
84 self.cyan = ('\033[36m', normal)
180 log_line('starting ' + self.name, color=colors.cyan)
/third_party/node/deps/npm/node_modules/console-control-strings/
H A Dindex.js80 cyan: 36,
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
H A Dmain.go281 cyan := color.New(color.FgCyan)
287 cyan.Printf(alignCenter(format, formatWidth(format)))
401 cyan.Printf(alignRight("TIME", filenameColumnWidth))
405 cyan.Printf(alignLeft(timeTaken, formatWidth(format)))
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
H A Dindex.js29 cyan: [36, 39],
/third_party/node/deps/npm/node_modules/ansi-styles/
H A Dindex.js29 cyan: [36, 39],
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBufferAgeTest.cpp186 GLColor::blue, GLColor::cyan, kDarkGray, GLColor::green, GLColor::red, in TEST_P()

Completed in 33 milliseconds

12