Searched refs:kLeftColor (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CompressedTextureFormatTests.cpp | 474 constexpr RGBA8 kLeftColor = RGBA8(kBCDarkRed.r, 0, 0, kLeftAlpha); in GetExpectedData() local 476 return FillExpectedData(testRegion, kLeftColor, kRightColor); in GetExpectedData() 485 constexpr RGBA8 kLeftColor = RGBA8(kBCDarkRedSRGB.r, 0, 0, kLeftAlpha); in GetExpectedData() local 487 return FillExpectedData(testRegion, kLeftColor, kRightColor); in GetExpectedData() 509 constexpr RGBA8 kLeftColor = RGBA8(kETC2DarkRed.r, 0, 0, kLeftAlpha); in GetExpectedData() local 511 return FillExpectedData(testRegion, kLeftColor, kRightColor); in GetExpectedData() 515 constexpr RGBA8 kLeftColor = RGBA8(kETC2DarkRedSRGB.r, 0, 0, kLeftAlpha); in GetExpectedData() local 517 return FillExpectedData(testRegion, kLeftColor, kRightColor); in GetExpectedData()
|
/third_party/skia/tests/ |
D | WritePixelsTest.cpp | 519 static const uint32_t kLeftColor = 0xFF222222; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 546 sk_sp<SkImage> leftImg = upload(std::move(leftSurf), kLeftColor); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 561 if (kLeftColor != sl[x]) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | WritePixelsTest.cpp | 514 static const uint32_t kLeftColor = 0xFF222222; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 544 sk_sp<SkImage> leftImg = upload(std::move(leftSurf), kLeftColor); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 559 if (kLeftColor != sl[x]) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CompressedTextureFormatTests.cpp | 343 constexpr RGBA8 kLeftColor = RGBA8(kDarkRed.r, 0, 0, kLeftAlpha); in GetExpectedData() local 345 return FillExpectedData(testRegion, kLeftColor, kRightColor); in GetExpectedData() 354 constexpr RGBA8 kLeftColor = RGBA8(kDarkRedSRGB.r, 0, 0, kLeftAlpha); in GetExpectedData() local 356 return FillExpectedData(testRegion, kLeftColor, kRightColor); in GetExpectedData()
|