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

  /external/chromium_org/cc/output/
direct_renderer.cc 253 gfx::Rect render_pass_scissor = frame->current_render_pass->output_rect; local
257 return render_pass_scissor;
266 render_pass_scissor.Intersect(damage_rect_in_render_pass_space);
269 return render_pass_scissor;
305 const gfx::Rect& render_pass_scissor,
307 gfx::Rect quad_scissor_rect = render_pass_scissor;
339 gfx::Rect render_pass_scissor; local
347 render_pass_scissor = ComputeScissorRectForRenderPass(frame);
348 SetScissorTestRectInDrawSpace(frame, render_pass_scissor);
349 if (!render_pass_scissor.Contains(frame->current_render_pass->output_rect)
    [all...]
direct_renderer.h 84 const gfx::Rect& render_pass_scissor,

Completed in 8860 milliseconds