OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrepareToDraw
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/cc/test/
fake_layer_tree_host_impl.h
23
PrepareToDraw
(&frame_data, gfx::Rect());
layer_tree_test.cc
93
virtual bool
PrepareToDraw
(FrameData* frame, gfx::Rect damage_rect) OVERRIDE {
94
bool result = LayerTreeHostImpl::
PrepareToDraw
(frame, damage_rect);
/external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc
146
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
180
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
215
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
243
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
276
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
290
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
308
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
330
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
369
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
405
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()))
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
264
EXPECT_TRUE(host_impl_->
PrepareToDraw
(&frame, gfx::Rect()));
350
host_impl_->
PrepareToDraw
(&frame_data, gfx::Rect());
[
all
...]
single_thread_proxy.cc
452
// We guard
PrepareToDraw
() with CanDraw() because it always returns a valid
454
// DrawLayers() depends on the result of
PrepareToDraw
(), it is guarded on
466
layer_tree_host_impl_->
PrepareToDraw
(frame, device_viewport_damage_rect);
layer_tree_host_impl.h
169
// to avoid displaying the frame. If
PrepareToDraw
is called, DidDrawAllLayers
172
virtual bool
PrepareToDraw
(FrameData* frame,
175
// Must be called if and only if
PrepareToDraw
was called.
447
// only be called from
PrepareToDraw
, as DidDrawAllLayers must be called
thread_proxy.cc
[
all
...]
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_unittest.cc
1058
impl->
PrepareToDraw
(&frame_data, gfx::Rect());
[
all
...]
Completed in 125 milliseconds