Searched refs:kExpected2 (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/tests/ |
D | EncodeTest.cpp | 264 const char kExpected2[] = in testPngComments() local 274 kExpected2, kExpected2 + sizeof(kExpected2)); in testPngComments()
|
/third_party/skia/tests/ |
D | EncodeTest.cpp | 266 const char kExpected2[] = in testPngComments() local 276 kExpected2, kExpected2 + sizeof(kExpected2)); in testPngComments()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultisampledRenderToTextureTest.cpp | 1770 const GLColor kExpected2(0, 127, 127, 191); in drawCopyDrawAttachDepthStencilClearThenDrawCommon() local 1771 EXPECT_PIXEL_COLOR_NEAR(0, 0, kExpected2, 1); in drawCopyDrawAttachDepthStencilClearThenDrawCommon() 1772 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, 0, kExpected2, 1); in drawCopyDrawAttachDepthStencilClearThenDrawCommon() 1773 EXPECT_PIXEL_COLOR_NEAR(0, kSize - 1, kExpected2, 1); in drawCopyDrawAttachDepthStencilClearThenDrawCommon() 1774 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, kSize - 1, kExpected2, 1); in drawCopyDrawAttachDepthStencilClearThenDrawCommon() 3837 const GLColor kExpected2(0, 127, 127, 191); in renderbufferUnresolveColorAndDepthStencilThenTwoColors() local 3838 EXPECT_PIXEL_COLOR_NEAR(0, 0, kExpected2, 1); in renderbufferUnresolveColorAndDepthStencilThenTwoColors() 3839 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, 0, kExpected2, 1); in renderbufferUnresolveColorAndDepthStencilThenTwoColors() 3840 EXPECT_PIXEL_COLOR_NEAR(0, kSize - 1, kExpected2, 1); in renderbufferUnresolveColorAndDepthStencilThenTwoColors() 3841 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, kSize - 1, kExpected2, 1); in renderbufferUnresolveColorAndDepthStencilThenTwoColors()
|