Searched defs:dirtyRegion (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h293 Region dirtyRegion; member in struct:android::Surface::BufferSlot
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h62 mutable Region dirtyRegion; member in class:android::DisplayDevice
H A DSurfaceFlinger.cpp1418 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1419 if (!dirtyRegion.isEmpty()) {
1426 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1641 Region dirtyRegion; local
1648 displayDevice->getLayerStack(), dirtyRegion,
1677 displayDevice->dirtyRegion.orSelf(dirtyRegion);
1837 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1840 doDisplayComposition(hw, dirtyRegion);
1842 hw->dirtyRegion
[all...]
H A DSurfaceFlinger_hwc1.cpp1152 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1153 if (!dirtyRegion.isEmpty()) {
1160 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1357 Region dirtyRegion; local
1363 computeVisibleRegions(hw->getLayerStack(), dirtyRegion,
1380 hw->dirtyRegion.orSelf(dirtyRegion);
1500 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1503 doDisplayComposition(hw, dirtyRegion);
1505 hw->dirtyRegion
2070 Region dirtyRegion; local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp337 Rect dirtyRegion; member in struct:android::egl_window_surface_v2_t
499 if (!dirtyRegion.isEmpty()) {
500 dirtyRegion.andSelf(Rect(buffer->width, buffer->height));
504 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion));
515 oldDirtyRegion = dirtyRegion;
584 dirtyRegion = Rect(l, t, l+w, t+h);

Completed in 131 milliseconds