Home | History | Annotate | Download | only in surfaces

Lines Matching defs:returned

106   // time by virtue of being in the pending frame, so none can be returned to
113 // available to be returned.
137 // time by virtue of being in the pending frame, so none can be returned to
147 // available to be returned as soon as the resource provider releases them.
188 // Now it should be returned.
191 // We don't care how many entries are in the returned array for 7, so long as
192 // the total returned count matches the submitted count.
193 const ReturnedResourceArray& returned = client.returned_resources();
195 for (size_t i = 0; i < returned.size(); ++i) {
196 EXPECT_EQ(7u, returned[i].id);
197 return_count += returned[i].count;
278 // the returned count is correct.
305 // time by virtue of being in the pending frame, so none can be returned to
361 // be returned to the client.
391 // shouldn't be available to be returned.