OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcquireLayerTextures
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/cc/test/
fake_proxy.h
45
virtual void
AcquireLayerTextures
() OVERRIDE {}
layer_tree_test.cc
574
layer_tree_host_->
AcquireLayerTextures
();
/external/chromium_org/cc/trees/
proxy.h
97
virtual void
AcquireLayerTextures
() = 0;
single_thread_proxy.h
50
virtual void
AcquireLayerTextures
() OVERRIDE {}
thread_proxy.h
64
virtual void
AcquireLayerTextures
() OVERRIDE;
layer_tree_host.h
134
virtual void
AcquireLayerTextures
();
layer_tree_host.cc
243
void LayerTreeHost::
AcquireLayerTextures
() {
245
proxy_->
AcquireLayerTextures
();
[
all
...]
thread_proxy.cc
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
/external/chromium_org/cc/layers/
texture_layer.cc
126
layer_tree_host()->
AcquireLayerTextures
();
172
layer_tree_host()->
AcquireLayerTextures
();
192
layer_tree_host()->
AcquireLayerTextures
();
texture_layer_unittest.cc
51
MOCK_METHOD0(
AcquireLayerTextures
, void());
72
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(AnyNumber());
89
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(AnyNumber());
95
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(0);
100
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(AtLeast(1));
105
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(AtLeast(1));
120
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(AnyNumber());
128
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(1);
133
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(0);
138
EXPECT_CALL(*layer_tree_host_,
AcquireLayerTextures
()).Times(0)
[
all
...]
Completed in 585 milliseconds