HomeSort by relevance Sort by last modified time
    Searched refs:vtrans (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
323 vtrans = pipe_get_transfer(pipe, dst[2],
330 vmap = (char*)pipe->transfer_map(pipe, vtrans);
398 pipe->transfer_unmap(pipe, vtrans);
401 pipe->transfer_destroy(pipe, vtrans);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 308 struct pipe_transfer *ytrans, *utrans, *vtrans; local
323 vtrans = pipe_get_transfer(pipe, dst[2],
330 vmap = (char*)pipe->transfer_map(pipe, vtrans);
398 pipe->transfer_unmap(pipe, vtrans);
401 pipe->transfer_destroy(pipe, vtrans);

Completed in 56 milliseconds