Lines Matching refs:kColor1
92 static const GrColor kColor1 = 0xABCDEF01; in clear_op_test() local
93 static const GrColor kColor2 = ~kColor1; in clear_op_test()
94 static const SkPMColor4f kColor1f = SkPMColor4f::FromBytes_RGBA(kColor1); in clear_op_test()
102 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
103 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
113 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
114 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
135 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
136 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
146 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
147 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
161 if (!check_rect(rtContext.get(), outerLeftEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
162 !check_rect(rtContext.get(), outerTopEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
163 !check_rect(rtContext.get(), outerRightEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
164 !check_rect(rtContext.get(), outerBottomEdge, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
165 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
175 if (!check_rect(rtContext.get(), fullRect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
176 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
188 if (!check_rect(rtContext.get(), mid2Rect, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
189 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
199 if (!check_rect(rtContext.get(), outerLeftEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
200 !check_rect(rtContext.get(), outerTopEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
201 !check_rect(rtContext.get(), outerRightEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
202 !check_rect(rtContext.get(), outerBottomEdge, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
203 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()
218 if (!check_rect(rtContext.get(), outerLeftEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
219 !check_rect(rtContext.get(), outerTopEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
220 !check_rect(rtContext.get(), outerRightEdge, kColor1, &actualValue, &failX, &failY) || in clear_op_test()
221 !check_rect(rtContext.get(), outerBottomEdge, kColor1, &actualValue, &failX, &failY)) { in clear_op_test()
222 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in clear_op_test()