HomeSort by relevance Sort by last modified time
    Searched refs:dirtyRegion (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DSwapChain8.hpp 41 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DSwapChain8.cpp 76 long Direct3DSwapChain8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion)
Direct3DDevice8.hpp 124 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.hpp 43 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion, unsigned long flags) override;
Direct3DSwapChain9.cpp 80 long Direct3DSwapChain9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion, unsigned long flags)
Direct3DDevice9Ex.cpp 607 long Direct3DDevice9Ex::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion)
609 TRACE("const RECT *sourceRect = 0x%0.8p, const RECT *destRect = 0x%0.8p, HWND destWindowOverride = %d, const RGNDATA *dirtyRegion = 0x%0.8p", sourceRect, destRect, destWindowOverride, dirtyRegion);
611 return Direct3DDevice9::Present(sourceRect, destRect, destWindowOverride, dirtyRegion);
    [all...]
Direct3DDevice9Ex.hpp 74 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DDevice9.hpp 138 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DDevice9.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 425 dirty = planeTransform.transform(this->dirtyRegion);
494 dirtyRegion.set(bounds());
543 dirtyRegion.set(getBounds());
590 dirtyRegion.set(getBounds());
DisplayDevice.h 62 mutable Region dirtyRegion;
SurfaceFlinger.cpp     [all...]
BufferLayer.cpp 606 Region dirtyRegion(Rect(s.active.w, s.active.h));
609 outDirtyRegion = (getTransform().transform(dirtyRegion));
    [all...]
SurfaceFlinger.h 647 Region& dirtyRegion, Region& opaqueRegion);
675 void doDisplayComposition(const sp<const DisplayDevice>& displayDevice, const Region& dirtyRegion);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 605 final Region dirtyRegion = mTempRegion3;
606 dirtyRegion.set(mMagnificationRegion);
607 dirtyRegion.op(mOldMagnificationRegion, Region.Op.UNION);
608 dirtyRegion.op(nonMagnifiedBounds, Region.Op.INTERSECT);
609 dirtyRegion.getBounds(dirtyRect);
    [all...]
  /frameworks/native/libs/gui/include/gui/
Surface.h 305 Region dirtyRegion;
  /frameworks/native/libs/gui/
Surface.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 357 Rect dirtyRegion;
519 if (!dirtyRegion.isEmpty()) {
520 dirtyRegion.andSelf(Rect(buffer->width, buffer->height));
524 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion));
535 oldDirtyRegion = dirtyRegion;
604 dirtyRegion = Rect(l, t, l+w, t+h);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 178 milliseconds