Searched refs:angleColor (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/test_utils/ |
D | ANGLETest.h | 234 #define EXPECT_PIXEL_COLOR_EQ(x, y, angleColor) EXPECT_EQ(angleColor, angle::ReadColor(x, y)) argument 235 #define EXPECT_PIXEL_COLOR_EQ_VEC2(vec2, angleColor) \ argument 236 EXPECT_EQ(angleColor, \ 239 #define EXPECT_PIXEL_COLOR32F_EQ(x, y, angleColor) EXPECT_EQ(angleColor, angle::ReadColor32F(x, y)) argument 293 #define EXPECT_PIXEL_COLOR_NEAR(x, y, angleColor, abs_error) \ argument 294 EXPECT_PIXEL_NEAR(x, y, angleColor.R, angleColor.G, angleColor.B, angleColor.A, abs_error) 296 #define EXPECT_PIXEL_COLOR32F_NEAR(x, y, angleColor, abs_error) \ argument 297 EXPECT_PIXEL32F_NEAR(x, y, angleColor.R, angleColor.G, angleColor.B, angleColor.A, abs_error) 319 #define EXPECT_PIXEL_COLOR32F_NEAR(x, y, angleColor, abs_error) \ argument 320 EXPECT_PIXEL32F_NEAR(x, y, angleColor.R, angleColor.G, angleColor.B, angleColor.A, abs_error)
|