OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestLate
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/resources/
prioritized_resource.cc
61
bool PrioritizedResource::
RequestLate
() {
64
return manager_->
RequestLate
(this);
prioritized_resource.h
73
// visible textures and
RequestLate
() will enable CanAcquireBackingTexture()
76
bool
RequestLate
();
prioritized_resource_manager.h
111
bool
RequestLate
(PrioritizedResource* texture);
202
// cutoff --
RequestLate
allows textures with priority equal to this
prioritized_resource_manager.cc
201
bool PrioritizedResourceManager::
RequestLate
(PrioritizedResource* texture) {
prioritized_resource_unittest.cc
61
texture->
RequestLate
();
[
all
...]
/external/chromium_org/cc/layers/
tiled_layer.cc
376
succeeded &= tile->managed_resource()->
RequestLate
();
Completed in 4709 milliseconds