HomeSort by relevance Sort by last modified time
    Searched refs:dirtyRegion (Results 1 - 21 of 21) 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 410 dirty = planeTransform.transform(this->dirtyRegion);
458 dirtyRegion.set(bounds());
507 dirtyRegion.set(getBounds());
557 dirtyRegion.set(getBounds());
SurfaceFlinger_hwc1.cpp     [all...]
SurfaceFlinger.cpp     [all...]
DisplayDevice.h 62 mutable Region dirtyRegion;
SurfaceFlinger.h 544 Region& dirtyRegion, Region& opaqueRegion);
566 void doDisplayComposition(const sp<const DisplayDevice>& displayDevice, const Region& dirtyRegion);
Layer.cpp     [all...]
  /frameworks/native/libs/gui/include/gui/
Surface.h 295 Region dirtyRegion;
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 610 final Region dirtyRegion = mTempRegion3;
611 dirtyRegion.set(mMagnificationRegion);
612 dirtyRegion.op(mOldMagnificationRegion, Region.Op.UNION);
613 dirtyRegion.op(nonMagnifiedBounds, Region.Op.INTERSECT);
614 dirtyRegion.getBounds(dirtyRect);
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 355 Rect dirtyRegion;
517 if (!dirtyRegion.isEmpty()) {
518 dirtyRegion.andSelf(Rect(buffer->width, buffer->height));
522 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion));
533 oldDirtyRegion = dirtyRegion;
602 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 606 milliseconds