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

  /external/skia/bench/
HairlinePathBench.cpp 93 int yTrans = 0;
95 yTrans = 40;
101 SkIntToScalar(points[base1+1] + yTrans));
103 SkIntToScalar(points[base2+1] + yTrans));
105 SkIntToScalar(points[base3+1] + yTrans));
125 int yTrans = 0;
127 yTrans = 40;
133 SkIntToScalar(points[base1+1] + yTrans));
135 SkIntToScalar(points[base2+1] + yTrans),
137 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 713 milliseconds