Lines Matching refs:clear
110 // Check a full clear
111 sdc->clear(fullRect, kColor1f);
121 sdc->clear(fullRect, kColor1f);
122 sdc->clear(fullRect, kColor1f);
132 sdc->clear(fullRect, kColor1f);
133 sdc->clear(fullRect, kColor2f);
142 // Test a full clear followed by a same color inset clear
143 sdc->clear(fullRect, kColor1f);
144 sdc->clear(mid1Rect, kColor1f);
153 // Test a inset clear followed by same color full clear
154 sdc->clear(mid1Rect, kColor1f);
155 sdc->clear(fullRect, kColor1f);
164 // Test a full clear followed by a different color inset clear
165 sdc->clear(fullRect, kColor1f);
166 sdc->clear(mid1Rect, kColor2f);
182 // Test a inset clear followed by a different full clear
183 sdc->clear(mid1Rect, kColor2f);
184 sdc->clear(fullRect, kColor1f);
195 sdc->clear(fullRect, kColor1f);
196 sdc->clear(mid1Rect, kColor2f);
197 sdc->clear(mid2Rect, kColor1f);
221 sdc->clear(fullRect, kColor1f);
222 sdc->clear(mid2Rect, kColor1f);
223 sdc->clear(mid1Rect, kColor2f);
242 // Try combining a pure-color clear w/ a combined stencil & color clear
249 // This color clear can combine w/ the preceding stencil clear
250 sdc->clear(kScissorRect, SK_PMColor4fWHITE);
252 // This should combine w/ the prior combined clear and overwrite the color
253 sdc->clear(kScissorRect, SK_PMColor4fBLACK);
267 // Try combining a pure-stencil clear w/ a combined stencil & color clear
274 // This color clear can combine w/ the preceding stencil clear
275 sdc->clear(kScissorRect, SK_PMColor4fWHITE);
277 // This should combine w/ the prior combined clear and overwrite the 'insideStencilMask'
296 // Regular clear
328 // the bounds parameter is required to cause a full screen clear
362 // Regular clear