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

/frameworks/native/include/gui/
H A DSurface.h236 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.cpp990 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
991 if (!dirtyRegion.isEmpty()) {
998 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1122 Region dirtyRegion; local
1129 displayDevice->getLayerStack(), dirtyRegion,
1155 displayDevice->dirtyRegion.orSelf(dirtyRegion);
1253 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1256 doDisplayComposition(hw, dirtyRegion);
1258 hw->dirtyRegion
1814 Region dirtyRegion; local
[all...]
H A DSurfaceFlinger_hwc1.cpp988 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
989 if (!dirtyRegion.isEmpty()) {
996 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1112 Region dirtyRegion; local
1119 hw->getLayerStack(), dirtyRegion, opaqueRegion);
1138 hw->dirtyRegion.orSelf(dirtyRegion);
1258 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1261 doDisplayComposition(hw, dirtyRegion);
1263 hw->dirtyRegion
1831 Region dirtyRegion; local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp336 Rect dirtyRegion; member in struct:android::egl_window_surface_v2_t
508 if (!dirtyRegion.isEmpty()) {
509 dirtyRegion.andSelf(Rect(buffer->width, buffer->height));
513 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion));
524 oldDirtyRegion = dirtyRegion;
593 dirtyRegion = Rect(l, t, l+w, t+h);

Completed in 38 milliseconds