Lines Matching refs:kColor2
74 static const GrColor kColor2 = ~kColor1; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
102 rtContext->clear(&fullRect, kColor2, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
103 if (!check_rect(rtContext.get(), fullRect, kColor2, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
104 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
135 rtContext->clear(&mid1Rect, kColor2, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
136 if (!check_rect(rtContext.get(), mid1Rect, kColor2, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
137 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
152 rtContext->clear(&mid1Rect, kColor2, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
165 rtContext->clear(&mid1Rect, kColor2, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
171 if (!check_rect(rtContext.get(), innerLeftEdge, kColor2, &actualValue, &failX, &failY) || in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
172 !check_rect(rtContext.get(), innerTopEdge, kColor2, &actualValue, &failX, &failY) || in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
173 !check_rect(rtContext.get(), innerRightEdge, kColor2, &actualValue, &failX, &failY) || in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
174 !check_rect(rtContext.get(), innerBottomEdge, kColor2, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
175 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
192 rtContext->clear(&mid1Rect, kColor2, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
193 if (!check_rect(rtContext.get(), mid1Rect, kColor2, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
194 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()