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 164 std::vector<PlaneResource> plane_resources; local
233 plane_resources.push_back(PlaneResource(resource_id,
240 for (size_t i = 0; i < plane_resources.size(); ++i)
241 DeleteResource(plane_resources[i].resource_id);
248 DCHECK_EQ(plane_resources.size(), 1u);
249 DCHECK_EQ(plane_resources[0].resource_format, kRGBResourceFormat);
250 DCHECK(plane_resources[0].mailbox.IsZero());
257 resource_provider_, plane_resources[0].resource_id);
265 plane_resources[0].resource_id,
266 plane_resources[0].resource_size
    [all...]
  /external/chromium_org/cc/test/
render_pass_test_common.cc 214 ResourceProvider::ResourceId plane_resources[4]; local
216 plane_resources[i] =
222 resource_provider->AllocateForTesting(plane_resources[i]);
229 plane_resources[0],
230 plane_resources[1],
231 plane_resources[2],
232 plane_resources[3]);

Completed in 32 milliseconds