OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 100 milliseconds