Searched defs:dstTrans (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1111 struct pipe_transfer *srcTrans, *dstTrans; local
1118 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer,
1124 dstMap = (ubyte *) pipe->transfer_map(pipe, dstTrans);
1128 dstTrans->box.width, dstMap);
1131 pipe->transfer_unmap(pipe, dstTrans);
1134 pipe->transfer_destroy(pipe, dstTrans);
1152 struct pipe_transfer *srcTrans, *dstTrans; local
1159 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer,
1165 dstMap = (ubyte *) pipe->transfer_map(pipe, dstTrans);
1170 dstTrans
1200 struct pipe_transfer *srcTrans, *dstTrans; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1111 struct pipe_transfer *srcTrans, *dstTrans; local
1118 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer,
1124 dstMap = (ubyte *) pipe->transfer_map(pipe, dstTrans);
1128 dstTrans->box.width, dstMap);
1131 pipe->transfer_unmap(pipe, dstTrans);
1134 pipe->transfer_destroy(pipe, dstTrans);
1152 struct pipe_transfer *srcTrans, *dstTrans; local
1159 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer,
1165 dstMap = (ubyte *) pipe->transfer_map(pipe, dstTrans);
1170 dstTrans
1200 struct pipe_transfer *srcTrans, *dstTrans; local
[all...]

Completed in 92 milliseconds