Searched refs:ytrans (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c308 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/
H A Dxorg_xv.c308 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 3639 milliseconds