Home | History | Annotate | Download | only in gpu

Lines Matching refs:sync_point

24     int32 sync_point, base::Closure callback)
25 : sync_point(sync_point),
217 int32 client_id, int32 image_id, int32 sync_point) {
220 if (!sync_point && image_operations_.empty()) {
224 new ImageOperation(sync_point,
229 if (sync_point) {
231 sync_point,
242 image_operation->sync_point = 0;
247 if (image_operations_.front()->sync_point)