Home | History | Annotate | Download | only in surfaces

Lines Matching refs:resource

57     TransferableResource resource;
58 resource.id = resource_ids[i];
59 resource.mailbox_holder.texture_target = GL_TEXTURE_2D;
60 frame_data->resource_list.push_back(resource);
74 ReturnedResource resource = actual_resources[i];
75 EXPECT_EQ(expected_returned_ids[i], resource.id);
76 EXPECT_EQ(expected_returned_counts[i], resource.count);
86 ReturnedResource resource;
87 resource.id = ids_to_unref[i];
88 resource.count = counts_to_unref[i];
89 unref_array.push_back(resource);
95 // with no resource provider action in between.
126 // with the resource provider holding everything alive.
147 // available to be returned as soon as the resource provider releases them.
167 // Tests referencing a resource, unref'ing it to zero, then using it again
178 // This removes all references to resource id 7.
277 // Now, just 2 refs remaining on resource 4. Unref both at once and make sure
312 // ones. We expect to receive back resource 1 with a count of 1 since it was
330 // receive back all resources from the first and second frames. Resource IDs 2
332 // resource ID 4 will have a count of 1.