Searched defs:plane_resources (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.cc161 std::vector<PlaneResource> plane_resources; local
227 plane_resources.push_back(PlaneResource(resource_id,
234 for (size_t i = 0; i < plane_resources.size(); ++i)
235 DeleteResource(plane_resources[i].resource_id);
242 DCHECK_EQ(plane_resources.size(), 1u);
243 DCHECK_EQ(plane_resources[0].resource_format, kRGBResourceFormat);
244 DCHECK(plane_resources[0].mailbox.IsZero());
251 resource_provider_, plane_resources[0].resource_id);
256 plane_resources[0].resource_id,
257 plane_resources[
[all...]
/external/chromium_org/cc/test/
H A Drender_pass_test_common.cc235 ResourceProvider::ResourceId plane_resources[4]; local
237 plane_resources[i] = resource_provider->CreateResource(
242 resource_provider->AllocateForTesting(plane_resources[i]);
252 plane_resources[0],
253 plane_resources[1],
254 plane_resources[2],
255 plane_resources[3],

Completed in 104 milliseconds