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

  /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 377 milliseconds