OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needs_update_draw_properties
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_impl.h
152
bool
needs_update_draw_properties
() const {
function in class:cc::LayerTreeImpl
/external/chromium_org/cc/layers/
layer_impl_unittest.cc
57
EXPECT_FALSE(host_impl.active_tree()->
needs_update_draw_properties
()); \
59
EXPECT_TRUE(host_impl.active_tree()->
needs_update_draw_properties
());
64
EXPECT_FALSE(host_impl.active_tree()->
needs_update_draw_properties
()); \
66
EXPECT_FALSE(host_impl.active_tree()->
needs_update_draw_properties
());
picture_layer_impl.cc
605
if (!layer_tree_impl()->
needs_update_draw_properties
())
654
DCHECK(!layer_tree_impl()->
needs_update_draw_properties
());
[
all
...]
Completed in 559 milliseconds