Lines Matching full:dirty
220 bool OpenGLRenderer::callDrawGLFunction(Functor *functor, Rect& dirty) {
230 // Since we don't know what the functor will draw, let's dirty
249 dirty.unionWith(localDirty);
598 // drawing only the dirty region
861 android::Rect dirty(bounds.left, bounds.top, bounds.right, bounds.bottom);
862 if (!dirty.isEmpty()) {
863 region->orSelf(dirty);
1144 bool dirty = right - left > 0.0f && bottom - top > 0.0f;
1147 if (mTrackDirtyRegions && dirty) {
1152 if (mTrackDirtyRegions && dirty) dirtyLayer(left, top, right, bottom);
1282 Rect& dirty, uint32_t level) {
1290 return displayList->replay(*this, dirty, level);
1549 // Mark the current layer dirty where we are going to draw the patch
2468 bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) {
2476 if (!dirty) {