Searched refs:occlusion (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/cc/trees/
H A Docclusion_tracker_unittest.cc343 typename Types::OcclusionTrackerType* occlusion) {
346 occlusion->EnterLayer(layer_iterator_);
350 typename Types::OcclusionTrackerType* occlusion) {
353 occlusion->LeaveLayer(layer_iterator_);
358 typename Types::OcclusionTrackerType* occlusion) {
359 EnterLayer(layer, occlusion);
360 LeaveLayer(layer, occlusion);
365 typename Types::OcclusionTrackerType* occlusion) {
368 occlusion->EnterLayer(layer_iterator_);
369 occlusion
342 EnterLayer(typename Types::LayerType* layer, typename Types::OcclusionTrackerType* occlusion) argument
349 LeaveLayer(typename Types::LayerType* layer, typename Types::OcclusionTrackerType* occlusion) argument
357 VisitLayer(typename Types::LayerType* layer, typename Types::OcclusionTrackerType* occlusion) argument
363 EnterContributingSurface( typename Types::LayerType* layer, typename Types::OcclusionTrackerType* occlusion) argument
375 LeaveContributingSurface( typename Types::LayerType* layer, typename Types::OcclusionTrackerType* occlusion) argument
384 VisitContributingSurface( typename Types::LayerType* layer, typename Types::OcclusionTrackerType* occlusion) argument
[all...]
H A Docclusion_tracker_perftest.cc101 // The opaque_layer adds occlusion over the whole viewport.
109 Occlusion occlusion = local
115 occlusion.GetUnoccludedContentRect(query_content_rect);
171 // The opaque_layers add occlusion.
186 Occlusion occlusion = local
192 occlusion.GetUnoccludedContentRect(query_content_rect);
/external/chromium_org/cc/layers/
H A Dcontents_scaling_layer.cc36 const OcclusionTracker<Layer>* occlusion) {
37 bool updated = Layer::Update(queue, occlusion);
35 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dio_surface_layer.cc45 const OcclusionTracker<Layer>* occlusion) {
46 bool updated = Layer::Update(queue, occlusion);
44 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dvideo_layer.cc32 const OcclusionTracker<Layer>* occlusion) {
33 bool updated = Layer::Update(queue, occlusion);
31 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dcontents_scaling_layer.h23 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dio_surface_layer.h23 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dtiled_layer.h37 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
94 const OcclusionTracker<Layer>* occlusion);
101 const OcclusionTracker<Layer>* occlusion,
122 const OcclusionTracker<Layer>* occlusion);
H A Ddelegated_renderer_layer.cc86 const OcclusionTracker<Layer>* occlusion) {
87 bool updated = Layer::Update(queue, occlusion);
85 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dimage_layer.cc49 const OcclusionTracker<Layer>* occlusion) {
56 return TiledLayer::Update(queue, occlusion);
48 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Ddelegated_renderer_layer.h28 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dimage_layer.h25 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dvideo_layer.h30 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dsolid_color_layer_impl.cc36 Occlusion occlusion = local
52 occlusion.GetUnoccludedContentRect(quad_rect);
H A Dnine_patch_layer_impl.cc216 Occlusion occlusion = local
219 visible_rect = occlusion.GetUnoccludedContentRect(layer_top_left);
236 visible_rect = occlusion.GetUnoccludedContentRect(layer_top_right);
253 visible_rect = occlusion.GetUnoccludedContentRect(layer_bottom_left);
270 visible_rect = occlusion.GetUnoccludedContentRect(layer_bottom_right);
287 visible_rect = occlusion.GetUnoccludedContentRect(layer_top);
304 visible_rect = occlusion.GetUnoccludedContentRect(layer_left);
321 visible_rect = occlusion.GetUnoccludedContentRect(layer_right);
338 visible_rect = occlusion.GetUnoccludedContentRect(layer_bottom);
356 visible_rect = occlusion
[all...]
H A Dpainted_scrollbar_layer_impl.cc90 Occlusion occlusion = local
93 occlusion.GetUnoccludedContentRect(thumb_quad_rect);
120 occlusion.GetUnoccludedContentRect(track_quad_rect);
H A Dpicture_layer_unittest.cc44 OcclusionTracker<Layer> occlusion(gfx::Rect(0, 0, 1000, 1000));
46 layer->Update(queue.get(), &occlusion);
H A Dcontent_layer.h45 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dpicture_layer.h33 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
/external/chromium_org/cc/test/
H A Dfake_content_layer.cc39 const OcclusionTracker<Layer>* occlusion) {
40 bool updated = ContentLayer::Update(queue, occlusion);
38 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dfake_painted_scrollbar_layer.cc39 const OcclusionTracker<Layer>* occlusion) {
40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion);
37 Update( ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dfake_picture_layer.cc29 const OcclusionTracker<Layer>* occlusion) {
30 bool updated = PictureLayer::Update(queue, occlusion);
28 Update(ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
H A Dfake_content_layer.h29 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dfake_painted_scrollbar_layer.h24 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
H A Dfake_picture_layer.h34 const OcclusionTracker<Layer>* occlusion) OVERRIDE;

Completed in 1044 milliseconds

123