HomeSort by relevance Sort by last modified time
    Searched refs:PrioritizedResourceManager (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/cc/resources/
prioritized_resource.h 21 class PrioritizedResourceManager;
27 PrioritizedResourceManager* manager,
33 PrioritizedResourceManager* manager) {
41 void SetTextureManager(PrioritizedResourceManager* manager);
42 PrioritizedResourceManager* resource_manager() { return manager_; }
103 friend class PrioritizedResourceManager;
134 friend class PrioritizedResourceManager;
152 PrioritizedResource(PrioritizedResourceManager* resource_manager,
160 void set_manager_internal(PrioritizedResourceManager* manager) {
178 PrioritizedResourceManager* manager_
    [all...]
prioritized_resource_manager.cc 17 PrioritizedResourceManager::PrioritizedResourceManager(const Proxy* proxy)
31 PrioritizedResourceManager::~PrioritizedResourceManager() {
42 size_t PrioritizedResourceManager::MemoryVisibleBytes() const {
47 size_t PrioritizedResourceManager::MemoryVisibleAndNearbyBytes() const {
52 void PrioritizedResourceManager::PrioritizeTextures() {
53 TRACE_EVENT0("cc", "PrioritizedResourceManager::PrioritizeTextures");
145 void PrioritizedResourceManager::PushTexturePrioritiesToBackings() {
147 "PrioritizedResourceManager::PushTexturePrioritiesToBackings")
    [all...]
layer_updater.h 17 class PrioritizedResourceManager;
48 PrioritizedResourceManager* manager) = 0;
prioritized_resource_manager.h 37 class CC_EXPORT PrioritizedResourceManager {
39 static scoped_ptr<PrioritizedResourceManager> Create(const Proxy* proxy) {
40 return make_scoped_ptr(new PrioritizedResourceManager(proxy));
46 ~PrioritizedResourceManager();
184 explicit PrioritizedResourceManager(const Proxy* proxy);
242 DISALLOW_COPY_AND_ASSIGN(PrioritizedResourceManager);
bitmap_skpicture_content_layer_updater.h 41 PrioritizedResourceManager* manager) OVERRIDE;
image_layer_updater.h 38 PrioritizedResourceManager*) OVERRIDE;
prioritized_resource_unittest.cc 46 scoped_ptr<PrioritizedResourceManager> CreateManager(size_t max_textures) {
47 scoped_ptr<PrioritizedResourceManager> manager =
48 PrioritizedResourceManager::Create(&proxy_);
68 PrioritizedResourceManager* resource_manager) {
74 PrioritizedResourceManager* resource_manager) {
83 PrioritizedResourceManager* resource_manager) {
94 size_t EvictedBackingCount(PrioritizedResourceManager* resource_manager) {
99 PrioritizedResourceManager* resource_manager) {
101 for (PrioritizedResourceManager::BackingList::iterator it =
123 scoped_ptr<PrioritizedResourceManager> resource_manager
    [all...]
bitmap_content_layer_updater.h 49 PrioritizedResourceManager* manager) OVERRIDE;
prioritized_resource.cc 16 PrioritizedResource::PrioritizedResource(PrioritizedResourceManager* manager,
39 PrioritizedResourceManager* manager) {
bitmap_skpicture_content_layer_updater.cc 64 PrioritizedResourceManager* manager) {
image_layer_updater.cc 31 PrioritizedResourceManager* manager) {
bitmap_content_layer_updater.cc 52 PrioritizedResourceManager* manager) {
resource_update_controller_unittest.cc 59 resource_manager_(PrioritizedResourceManager::Create(&proxy_)),
191 scoped_ptr<PrioritizedResourceManager> resource_manager_;
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 45 PrioritizedResourceManager* resource) OVERRIDE;
96 explicit FakeTiledLayer(PrioritizedResourceManager* resource_manager);
114 virtual PrioritizedResourceManager* ResourceManager() OVERRIDE;
130 PrioritizedResourceManager* resource_manager_;
139 PrioritizedResourceManager* resource_manager);
tiled_layer_test_common.cc 58 PrioritizedResourceManager* manager) {
68 FakeTiledLayer::FakeTiledLayer(PrioritizedResourceManager* resource_manager)
81 PrioritizedResourceManager* resource_manager)
111 PrioritizedResourceManager* FakeTiledLayer::ResourceManager() {
  /external/chromium_org/cc/layers/
tiled_layer.h 15 class PrioritizedResourceManager;
72 virtual PrioritizedResourceManager* ResourceManager();
tiled_layer_unittest.cc 115 resource_manager_ = PrioritizedResourceManager::Create(proxy_);
142 PrioritizedResourceManager* resource_manager,
254 scoped_ptr<PrioritizedResourceManager> resource_manager_;
    [all...]
tiled_layer.cc 239 PrioritizedResourceManager* TiledLayer::ResourceManager() {
  /external/chromium_org/cc/trees/
layer_tree_host.h 52 class PrioritizedResourceManager;
213 PrioritizedResourceManager* contents_texture_manager() const {
373 scoped_ptr<PrioritizedResourceManager> contents_texture_manager_;
single_thread_proxy.cc 148 if (PrioritizedResourceManager* contents_texture_manager =
287 PrioritizedResourceManager* contents_texture_manager =
333 if (PrioritizedResourceManager* contents_texture_manager =
thread_proxy.h 86 PrioritizedResourceManager* contents_texture_manager();
105 PrioritizedResourceManager* contents_texture_manager;
layer_tree_host.cc 200 PrioritizedResourceManager::Create(proxy_.get());
    [all...]
thread_proxy.cc 103 PrioritizedResourceManager*
    [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl.cc 232 PrioritizedResourceManager::DefaultMemoryAllocationLimit(),
    [all...]

Completed in 1526 milliseconds