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::RectF render_pass_scissor = frame->current_render_pass->output_rect; local
256 return render_pass_scissor;
265 render_pass_scissor.Intersect(damage_rect_in_render_pass_space);
268 return render_pass_scissor;
304 const gfx::RectF& render_pass_scissor,
306 gfx::RectF quad_scissor_rect = render_pass_scissor;
339 gfx::RectF 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 87 const gfx::RectF& render_pass_scissor,

Completed in 3316 milliseconds