OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawLayers
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc
173
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
209
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
236
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
270
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
282
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
297
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
315
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
362
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
399
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
424
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now())
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
265
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
[
all
...]
single_thread_proxy.cc
454
//
DrawLayers
() depends on the result of PrepareToDraw(), it is guarded on
467
layer_tree_host_impl_->
DrawLayers
(frame, frame_begin_time);
layer_tree_host_impl.h
170
// must also be called, regardless of whether
DrawLayers
is called between the
174
virtual void
DrawLayers
(FrameData* frame, base::TimeTicks frame_begin_time);
thread_proxy.cc
[
all
...]
layer_tree_host_impl.cc
[
all
...]
/external/chromium_org/cc/test/
layer_tree_test.cc
100
virtual void
DrawLayers
(FrameData* frame,
102
LayerTreeHostImpl::
DrawLayers
(frame, frame_begin_time);
Completed in 41 milliseconds