/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_index_modify.c | 36 struct pipe_transfer *src_transfer = NULL; local 47 &src_transfer); 57 if (src_transfer) 58 pipe_buffer_unmap(context, src_transfer);
|
u_inlines.h | 408 struct pipe_transfer *src_transfer; local 415 &src_transfer); 420 pipe_buffer_unmap(pipe, src_transfer);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw_elements.c | 50 struct pipe_transfer *src_transfer = NULL; local 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer ); 76 pipe_buffer_unmap( pipe, src_transfer ); 84 pipe_buffer_unmap( pipe, src_transfer );
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_index_modify.c | 36 struct pipe_transfer *src_transfer = NULL; local 47 &src_transfer); 57 if (src_transfer) 58 pipe_buffer_unmap(context, src_transfer);
|
u_inlines.h | 408 struct pipe_transfer *src_transfer; local 415 &src_transfer); 420 pipe_buffer_unmap(pipe, src_transfer);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw_elements.c | 50 struct pipe_transfer *src_transfer = NULL; local 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer ); 76 pipe_buffer_unmap( pipe, src_transfer ); 84 pipe_buffer_unmap( pipe, src_transfer );
|