HomeSort by relevance Sort by last modified time
    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 57 texture->RequestLate();
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer.cc 378 succeeded &= tile->managed_resource()->RequestLate();

Completed in 571 milliseconds