HomeSort by relevance Sort by last modified time
    Searched full:ytrans (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
HairlinePathBench.cpp 91 int yTrans = 0;
93 yTrans = 40;
99 SkIntToScalar(points[base1+1] + yTrans));
101 SkIntToScalar(points[base2+1] + yTrans));
103 SkIntToScalar(points[base3+1] + yTrans));
123 int yTrans = 0;
125 yTrans = 40;
131 SkIntToScalar(points[base1+1] + yTrans));
133 SkIntToScalar(points[base2+1] + yTrans),
135 SkIntToScalar(points[base3+1] + yTrans));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 308 struct pipe_transfer *ytrans, *utrans, *vtrans; local
315 ytrans = pipe_get_transfer(pipe, dst[0],
328 ymap = (char*)pipe->transfer_map(pipe, ytrans);
396 pipe->transfer_unmap(pipe, ytrans);
399 pipe->transfer_destroy(pipe, ytrans);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 308 struct pipe_transfer *ytrans, *utrans, *vtrans; local
315 ytrans = pipe_get_transfer(pipe, dst[0],
328 ymap = (char*)pipe->transfer_map(pipe, ytrans);
396 pipe->transfer_unmap(pipe, ytrans);
399 pipe->transfer_destroy(pipe, ytrans);

Completed in 569 milliseconds