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
60
bool PrioritizedResource::
RequestLate
() {
63
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
54
texture->
RequestLate
();
[
all
...]
/external/chromium_org/cc/layers/
tiled_layer.cc
362
// function: - We only want to call
RequestLate
on unoccluded textures (to
387
succeeded &= tile->managed_resource()->
RequestLate
();
[
all
...]
Completed in 501 milliseconds