Searched defs:dirtyRegion (Results 1 - 5 of 5) sorted by relevance
/frameworks/native/include/gui/ |
H A D | Surface.h | 246 Region dirtyRegion; member in struct:android::Surface::BufferSlot
|
/frameworks/native/services/surfaceflinger/ |
H A D | DisplayDevice.h | 62 mutable Region dirtyRegion; member in class:android::DisplayDevice
|
H A D | SurfaceFlinger.cpp | 1093 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 D | SurfaceFlinger_hwc1.cpp | 1016 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 D | egl.cpp | 336 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