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 18 class PrioritizedResourceManager;
49 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 50 scoped_ptr<PrioritizedResourceManager> CreateManager(size_t max_textures) {
51 scoped_ptr<PrioritizedResourceManager> manager =
52 PrioritizedResourceManager::Create(&proxy_);
72 PrioritizedResourceManager* resource_manager) {
78 PrioritizedResourceManager* resource_manager) {
87 PrioritizedResourceManager* resource_manager) {
98 size_t EvictedBackingCount(PrioritizedResourceManager* resource_manager) {
103 PrioritizedResourceManager* resource_manager) {
105 for (PrioritizedResourceManager::BackingList::iterator it =
127 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_)),
195 scoped_ptr<PrioritizedResourceManager> resource_manager_;
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 45 PrioritizedResourceManager* resource) OVERRIDE;
95 explicit FakeTiledLayer(PrioritizedResourceManager* resource_manager);
113 virtual PrioritizedResourceManager* ResourceManager() OVERRIDE;
129 PrioritizedResourceManager* resource_manager_;
138 PrioritizedResourceManager* resource_manager);
tiled_layer_test_common.cc 60 PrioritizedResourceManager* manager) {
70 FakeTiledLayer::FakeTiledLayer(PrioritizedResourceManager* resource_manager)
83 PrioritizedResourceManager* resource_manager)
113 PrioritizedResourceManager* FakeTiledLayer::ResourceManager() {
  /external/chromium_org/cc/layers/
tiled_layer.h 15 class PrioritizedResourceManager;
73 virtual PrioritizedResourceManager* ResourceManager();
tiled_layer_unittest.cc 117 resource_manager_ = PrioritizedResourceManager::Create(proxy_);
148 PrioritizedResourceManager* resource_manager,
260 scoped_ptr<PrioritizedResourceManager> resource_manager_;
    [all...]
tiled_layer.cc 237 PrioritizedResourceManager* TiledLayer::ResourceManager() {
  /external/chromium_org/cc/trees/
layer_tree_host.h 53 class PrioritizedResourceManager;
220 PrioritizedResourceManager* contents_texture_manager() const {
382 scoped_ptr<PrioritizedResourceManager> contents_texture_manager_;
thread_proxy.h 88 PrioritizedResourceManager* contents_texture_manager();
108 PrioritizedResourceManager* contents_texture_manager;
single_thread_proxy.cc 172 if (PrioritizedResourceManager* contents_texture_manager =
201 if (PrioritizedResourceManager* contents_texture_manager =
382 PrioritizedResourceManager* contents_texture_manager =
layer_tree_host.cc 219 PrioritizedResourceManager::Create(proxy_.get());
    [all...]
thread_proxy.cc 95 PrioritizedResourceManager*
    [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl.cc 242 PrioritizedResourceManager::DefaultMemoryAllocationLimit(),
    [all...]

Completed in 1069 milliseconds