Home
last modified time | relevance | path

Searched defs:angleColor (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/test_utils/
DANGLETest.h234 #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
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
296 #define EXPECT_PIXEL_COLOR32F_NEAR(x, y, angleColor, abs_error) \ argument
319 #define EXPECT_PIXEL_COLOR32F_NEAR(x, y, angleColor, abs_error) \ argument