Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DViewportTests.cpp107 dawn::Texture colorTexture2 = Create2DTextureForTest(dawn::TextureFormat::RGBA8Unorm); in DoTest() local
140 {colorTexture2.CreateDefaultView()}, depthStencilTexture2.CreateDefaultView()); in DoTest()
172 EXPECT_PIXEL_RGBA8_EQ(kColor[TopLeftTriangleColor], colorTexture2, 0, 0); in DoTest()
173 EXPECT_PIXEL_RGBA8_EQ(kColor[BackgroundColor], colorTexture2, kSize - 1, kSize - 1); in DoTest()