Searched refs:failY (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | ClearTest.cpp | 19 uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument 32 *failY = y + rect.fTop; in check_rect() 93 int failX, failY; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 104 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 106 failX, failY); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 116 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 118 failX, failY); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 128 if (!check_rect(drawContext, fullRect, kColor2, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 130 failX, failY); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 140 if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &failY)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() [all …]
|