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

  /external/chromium_org/cc/layers/
delegated_frame_provider_unittest.cc 159 gfx::RectF damage; local
161 // Both observers get a full frame of damage on the first request.
162 frame_provider_->GetFrameDataAndRefResources(observer1, &damage);
163 EXPECT_EQ(gfx::RectF(5.f, 5.f).ToString(), damage.ToString());
164 frame_provider_->GetFrameDataAndRefResources(observer2, &damage);
165 EXPECT_EQ(gfx::RectF(5.f, 5.f).ToString(), damage.ToString());
167 // And both get no damage on the 2nd request. This adds a second ref to the
169 frame_provider_->GetFrameDataAndRefResources(observer1, &damage);
170 EXPECT_EQ(gfx::RectF().ToString(), damage.ToString());
171 frame_provider_->GetFrameDataAndRefResources(observer2, &damage);
217 gfx::RectF damage; local
259 gfx::RectF damage; local
303 gfx::RectF damage; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 74 // Capture screen pixels to the current buffer in the queue. In the DAMAGE
76 // from HandleXEvent(). In the non-DAMAGE case, this captures the
109 Damage damage_handle_;
227 // TODO(lambroslambrou): Disable DAMAGE in situations where it is known
229 // drivers (nVidia, ATI) that fail to report DAMAGE notifications
240 // Create an XFixes server-side region to collate damage into.
333 if (damage_event->damage != damage_handle_)
392 // In the DAMAGE case, ensure the frame is up-to-date with the previous frame
403 // Atomically fetch and clear the damage region.
444 // or not DAMAGE is being used. DAMAGE doesn't necessarily send
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 27 ULONG Damage:1;
66 ULONG Damage:1;
scsi.h     [all...]

Completed in 605 milliseconds