Searched defs:old_damage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue.cc56 const gfx::Rect& old_damage) {
64 SkRegion(SkIRect::MakeXYWH(old_damage.x(),
65 old_damage.y(),
66 old_damage.width(),
67 old_damage.height())));
53 CopyBufferDamage(int texture, int source_texture, const gfx::Rect& new_damage, const gfx::Rect& old_damage) argument
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc892 const SkRegion& old_damage) {
893 SkRegion region(old_damage);
889 CopySubBufferDamage(GLuint texture, GLuint previous_texture, const SkRegion& new_damage, const SkRegion& old_damage) argument

Completed in 37 milliseconds