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

/frameworks/native/include/gui/
H A DSurface.h246 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.cpp1093 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1094 if (!dirtyRegion.isEmpty()) {
1101 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1228 Region dirtyRegion; local
1235 displayDevice->getLayerStack(), dirtyRegion,
1261 displayDevice->dirtyRegion.orSelf(dirtyRegion);
1373 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1376 doDisplayComposition(hw, dirtyRegion);
1378 hw->dirtyRegion
1941 Region dirtyRegion; local
[all...]
H A DSurfaceFlinger_hwc1.cpp1016 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1017 if (!dirtyRegion.isEmpty()) {
1024 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1138 Region dirtyRegion; local
1145 hw->getLayerStack(), dirtyRegion, opaqueRegion);
1164 hw->dirtyRegion.orSelf(dirtyRegion);
1284 const Region dirtyRegion(hw->getDirtyRegion(repaintEverything));
1287 doDisplayComposition(hw, dirtyRegion);
1289 hw->dirtyRegion
1860 Region dirtyRegion; local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp336 Rect dirtyRegion; member in struct:android::egl_window_surface_v2_t
498 if (!dirtyRegion.isEmpty()) {
499 dirtyRegion.andSelf(Rect(buffer->width, buffer->height));
503 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion));
514 oldDirtyRegion = dirtyRegion;
583 dirtyRegion = Rect(l, t, l+w, t+h);

Completed in 80 milliseconds