HomeSort by relevance Sort by last modified time
    Searched refs:occlusion (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/cc/layers/
content_layer.cc 78 const OcclusionTracker<Layer>* occlusion) {
87 bool updated = TiledLayer::Update(queue, occlusion);
picture_layer.cc 82 const OcclusionTracker<Layer>* occlusion) {
84 bool updated = Layer::Update(queue, occlusion);
painted_scrollbar_layer.h 41 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
tiled_layer.cc 232 // occlusion from anywhere in the tree can change what the layer decides to
326 const OcclusionTracker<Layer>* occlusion,
330 bool ignore_occlusions = !occlusion;
346 update_rect, paint_rect, left, top, right, bottom, queue, occlusion);
355 const OcclusionTracker<Layer>* occlusion) {
365 // Did ResetUpdateState get skipped? Are we doing more than one occlusion
370 if (!draw_transform_is_animating() && occlusion &&
371 occlusion->GetCurrentOcclusionForLayer(draw_transform())
399 // If using occlusion and the visible region of the tile is occluded,
462 const OcclusionTracker<Layer>* occlusion) {
    [all...]
texture_layer.h 141 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
painted_scrollbar_layer.cc 206 const OcclusionTracker<Layer>* occlusion) {
234 ContentsScalingLayer::Update(queue, occlusion);
texture_layer.cc 210 const OcclusionTracker<Layer>* occlusion) {
211 bool updated = Layer::Update(queue, occlusion);
tiled_layer_impl.cc 207 Occlusion occlusion =
221 occlusion.GetUnoccludedContentRect(tile_rect);
layer.h 364 const OcclusionTracker<Layer>* occlusion);
picture_layer_impl.cc 199 Occlusion occlusion = local
223 occlusion.GetUnoccludedContentRect(geometry_rect);
319 occlusion.GetUnoccludedContentRect(geometry_rect);
455 void PictureLayerImpl::UpdateTiles(const Occlusion& occlusion_in_content_space,
511 const Occlusion& occlusion_in_content_space) {
787 // TODO(danakj): Add a DCHECK() that we are not using occlusion tracking
789 // to support occlusion tracking here, we need to dirty the draw properties
790 // or save occlusion as a draw property.
791 UpdateTilePriorities(Occlusion());
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc 23 const OcclusionTracker<Layer>* occlusion) OVERRIDE {
24 if (!occlusion)
28 static_cast<const TestOcclusionTracker<Layer>*>(occlusion);
35 const SimpleEnclosedRegion& occlusion() const { return occlusion_; } function in class:cc::__anon7453::TestLayer
39 void set_expected_occlusion(const gfx::Rect& occlusion) {
40 expected_occlusion_ = SimpleEnclosedRegion(occlusion);
78 layer->occlusion().ToString());
150 // If the child layer is opaque, then it adds to the occlusion seen by the
214 // occlusion on stuff below it.
247 // contribute to occlusion on everything, and child shouldn't contribut
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 896 boolean occlusion = qs->softpipe->active_query_count; local
907 !occlusion &&
915 !occlusion &&
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 896 boolean occlusion = qs->softpipe->active_query_count; local
907 !occlusion &&
915 !occlusion &&
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 237 cc/trees/occlusion.cc \
cc.target.darwin-arm64.mk 237 cc/trees/occlusion.cc \
cc.target.darwin-mips.mk 237 cc/trees/occlusion.cc \
cc.target.darwin-mips64.mk 237 cc/trees/occlusion.cc \
cc.target.darwin-x86.mk 237 cc/trees/occlusion.cc \
cc.target.darwin-x86_64.mk 237 cc/trees/occlusion.cc \
cc.target.linux-arm.mk 237 cc/trees/occlusion.cc \
cc.target.linux-arm64.mk 237 cc/trees/occlusion.cc \
cc.target.linux-mips.mk 237 cc/trees/occlusion.cc \
cc.target.linux-mips64.mk 237 cc/trees/occlusion.cc \
cc.target.linux-x86.mk 237 cc/trees/occlusion.cc \
cc.target.linux-x86_64.mk 237 cc/trees/occlusion.cc \

Completed in 1263 milliseconds

12 3