D | TextureSubresourceTests.cpp | 163 RGBA8 bottomLeft = RGBA8::kRed; in TEST_P() local 165 EXPECT_TEXTURE_EQ(&bottomLeft, texture, {0, kSize / 2 - 1}, {1, 1}, 1); in TEST_P() 191 RGBA8 bottomLeft = RGBA8::kRed; in TEST_P() local 193 EXPECT_TEXTURE_EQ(&bottomLeft, texture, {0, kSize - 1, 1}, {1, 1}); in TEST_P()
|