HomeSort by relevance Sort by last modified time
    Searched defs:UnrefResources (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/layers/
delegated_frame_resource_collection.cc 76 void DelegatedFrameResourceCollection::UnrefResources(
123 &DelegatedFrameResourceCollection::UnrefResources, self, returned));
  /external/chromium_org/cc/surfaces/
surface.cc 35 UnrefResources(previous_resources);
75 void Surface::UnrefResources(const ReturnedResourceArray& resources) {
surface_unittest.cc 80 void UnrefResources(ResourceProvider::ResourceId* ids_to_unref,
91 surface->UnrefResources(unref_array);
155 UnrefResources(
242 UnrefResources(ids_to_unref, counts, arraysize(ids_to_unref), &surface);
248 UnrefResources(ids_to_unref, counts, arraysize(ids_to_unref), &surface);
266 UnrefResources(ids_to_unref, counts, arraysize(ids_to_unref), &surface);
283 UnrefResources(ids_to_unref, counts, arraysize(ids_to_unref), &surface);
370 UnrefResources(ids_to_unref, counts, arraysize(ids_to_unref), &surface);
387 UnrefResources(ids_to_unref, counts, arraysize(ids_to_unref), &surface);

Completed in 2228 milliseconds