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

  /external/chromium_org/cc/resources/
video_resource_updater.cc 159 std::vector<PlaneResource> plane_resources; local
228 plane_resources.push_back(PlaneResource(resource_id,
235 for (size_t i = 0; i < plane_resources.size(); ++i)
236 DeleteResource(plane_resources[i].resource_id);
243 DCHECK_EQ(plane_resources.size(), 1u);
244 DCHECK_EQ(plane_resources[0].resource_format, kRGBResourceFormat);
245 DCHECK(plane_resources[0].mailbox.IsZero());
252 resource_provider_, plane_resources[0].resource_id);
264 plane_resources[0].resource_id,
265 plane_resources[0].resource_size
    [all...]
  /external/chromium_org/cc/test/
render_pass_test_common.cc 211 ResourceProvider::ResourceId plane_resources[4]; local
213 plane_resources[i] =
218 resource_provider->AllocateForTesting(plane_resources[i]);
226 plane_resources[0],
227 plane_resources[1],
228 plane_resources[2],
229 plane_resources[3]);

Completed in 77 milliseconds