Home
last modified time | relevance | path

Searched refs:failX (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DClearTest.cpp19 uint32_t* actualValue, int* failX, int* failY) { in check_rect() argument
31 *failX = x + rect.fLeft; 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 …]