Searched refs:colorTexture2 (Results 1 – 1 of 1) sorted by relevance
107 dawn::Texture colorTexture2 = Create2DTextureForTest(dawn::TextureFormat::RGBA8Unorm); in DoTest() local140 {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()