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
166
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
202
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
229
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
263
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
299
host_impl_->
DrawLayers
(&frame, base::TimeTicks::Now());
311
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
326
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
344
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
391
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
428
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now())
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
264
host_impl_->
DrawLayers
(&frame, gfx::FrameTime::Now());
[
all
...]
layer_tree_host_impl.h
180
// must also be called, regardless of whether
DrawLayers
is called between the
184
virtual void
DrawLayers
(FrameData* frame, base::TimeTicks frame_begin_time);
single_thread_proxy.cc
514
//
DrawLayers
() depends on the result of PrepareToDraw(), it is guarded on
528
layer_tree_host_impl_->
DrawLayers
(frame, frame_begin_time);
thread_proxy.cc
[
all
...]
layer_tree_host_impl.cc
[
all
...]
/external/chromium_org/cc/test/
layer_tree_test.cc
114
virtual void
DrawLayers
(FrameData* frame,
116
LayerTreeHostImpl::
DrawLayers
(frame, frame_begin_time);
Completed in 426 milliseconds