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

  /external/chromium_org/gpu/command_buffer/client/
context_support.h 41 const gfx::RectF& uv_rect) = 0;
gles2_implementation.h 229 const gfx::RectF& uv_rect) OVERRIDE;
gles2_implementation.cc     [all...]
  /external/chromium_org/cc/output/
overlay_candidate.h 37 gfx::RectF uv_rect; member in class:cc::OverlayCandidate
overlay_candidate.cc 14 uv_rect(0.f, 0.f, 1.f, 1.f),
overlay_strategy_single_on_top.cc 62 candidate.uv_rect = BoundingRect(quad.uv_top_left, quad.uv_bottom_right);
software_renderer.cc 426 gfx::RectF uv_rect = gfx::ScaleRect(gfx::BoundingRect(quad->uv_top_left, local
431 MathUtil::ScaleRectProportional(uv_rect, quad->rect, quad->visible_rect);
491 SkRect uv_rect = gfx::RectFToSkRect(visible_tex_coord_rect); local
495 &uv_rect,
overlay_unittest.cc 48 candidate.uv_rect.ToString());
504 const gfx::RectF& uv_rect));
gl_renderer.cc     [all...]
  /external/chromium_org/cc/test/
test_context_support.cc 81 const gfx::RectF& uv_rect) {
87 uv_rect);
test_context_support.h 34 const gfx::RectF& uv_rect) OVERRIDE;
  /external/chromium_org/content/browser/compositor/
overlay_candidate_validator_ozone.cc 45 ozone_surface_list.at(i).crop_rect = surfaces->at(i).uv_rect;

Completed in 231 milliseconds