/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_surface.c | 156 void *dst_map; local 191 dst_map = pipe->transfer_map(pipe, dst_trans); 194 assert(dst_map); 196 if (src_map && dst_map) { 198 memcpy(dst_map, src_map, w); 200 util_copy_rect(dst_map, 239 void *dst_map; local 253 dst_map = pipe->transfer_map(pipe, dst_trans); 255 assert(dst_map); 257 if (dst_map) { 286 ubyte *dst_map; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_surface.c | 156 void *dst_map; local 191 dst_map = pipe->transfer_map(pipe, dst_trans); 194 assert(dst_map); 196 if (src_map && dst_map) { 198 memcpy(dst_map, src_map, w); 200 util_copy_rect(dst_map, 239 void *dst_map; local 253 dst_map = pipe->transfer_map(pipe, dst_trans); 255 assert(dst_map); 257 if (dst_map) { 286 ubyte *dst_map; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw_elements.c | 55 void *dst_map = NULL; local 68 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer ); 69 if (dst_map == NULL) 74 dst_map ); 86 if (dst_map)
|
svga_draw_arrays.c | 52 void *dst_map = NULL; local 61 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, 63 if (dst_map == NULL) 67 dst_map ); 75 if (dst_map)
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw_elements.c | 55 void *dst_map = NULL; local 68 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer ); 69 if (dst_map == NULL) 74 dst_map ); 86 if (dst_map)
|
svga_draw_arrays.c | 52 void *dst_map = NULL; local 61 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, 63 if (dst_map == NULL) 67 dst_map ); 75 if (dst_map)
|