Lines Matching refs:ASSERTF
15 #define ASSERTF(cond, ...) REPORTER_ASSERT(r, cond, __VA_ARGS__)
24 ASSERTF(expected.quadType() == actual.quadType(), "Expected type %d, got %d",
27 ASSERTF(expected.x(i) == actual.x(i), "Expected x(%d) = %f, got %f",
29 ASSERTF(expected.y(i) == actual.y(i), "Expected y(%d) = %f, got %f",
31 ASSERTF(expected.w(i) == actual.w(i), "Expected w(%d) = %f, got %f",
38 ASSERTF(expected.fItem1 == actual.fItem1 && expected.fItem2 == actual.fItem2,
130 ASSERTF(i == kQuadCount, "Expected %d iterations, got: %d", kQuadCount, i);
190 ASSERTF(i == 2 * kQuadCount, "Expected %d iterations, got: %d",2 * kQuadCount, i);
215 ASSERTF(i == kQuadCount, "Expected %d iterations, got: %d", kQuadCount, i);
236 ASSERTF(i == kQuadCount, "Expected %d iterations, got: %d", kQuadCount, i);