Home
last modified time | relevance | path

Searched refs:kExpected0 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DIncrTopoSortTest.cpp437 const SkString kExpected0("a,c,b,d"); in test_diamond() local
442 REPORTER_ASSERT(reporter, kExpected0 == actual || kExpected1 == actual); in test_diamond()
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp437 const SkString kExpected0("a,c,b,d"); in test_diamond() local
442 REPORTER_ASSERT(reporter, kExpected0 == actual || kExpected1 == actual); in test_diamond()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultisampledRenderToTextureTest.cpp3622 const GLColor kExpected0(127, 127, 0, 191); in drawCopyThenBlendAllAttachmentsMixed() local
3623 EXPECT_PIXEL_COLOR_NEAR(0, 0, kExpected0, 1); in drawCopyThenBlendAllAttachmentsMixed()
3624 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, 0, kExpected0, 1); in drawCopyThenBlendAllAttachmentsMixed()
3625 EXPECT_PIXEL_COLOR_NEAR(0, kSize - 1, kExpected0, 1); in drawCopyThenBlendAllAttachmentsMixed()
3626 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, kSize - 1, kExpected0, 1); in drawCopyThenBlendAllAttachmentsMixed()