HomeSort by relevance Sort by last modified time
    Searched refs:y_ops (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 279 // |y_ops|. They represent scaling operations to be done
285 // Normally we process ScaleOps from |y_ops| first and |x_ops| after
286 // all |y_ops| are processed, but sometimes we can combine one or more
288 // why |x_ops| and |y_ops| aren't just one single queue.
297 std::deque<GLHelperScaling::ScaleOp>* y_ops,
299 while (!x_ops->empty() || !y_ops->empty()) {
303 if (!y_ops->empty()) {
304 current_queue = y_ops;
431 std::deque<GLHelperScaling::ScaleOp> x_ops, y_ops; local
441 &y_ops);
    [all...]
gl_helper_scaling.h 177 std::deque<GLHelperScaling::ScaleOp>* y_ops,

Completed in 71 milliseconds