HomeSort by relevance Sort by last modified time
    Searched refs:out_map (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 38 unsigned short *out_map = out; local
52 *out_map = (unsigned short)(*in_map + index_bias);
54 out_map++;
69 unsigned short *out_map; local
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
80 start, count, out_map);
98 unsigned short *out_map = out; local
112 *out_map = (unsigned short)(*in_map + index_bias);
114 out_map++;
129 unsigned short *out_map; local
157 unsigned int *out_map = out; local
188 unsigned int *out_map; local
    [all...]
u_vbuf.c 269 uint8_t *out_map; local
319 (void**)&out_map);
333 tr->run_elts(tr, (unsigned*)map, num_indices, 0, out_map);
336 tr->run_elts16(tr, (uint16_t*)map, num_indices, 0, out_map);
339 tr->run_elts8(tr, map, num_indices, 0, out_map);
352 (void**)&out_map);
358 tr->run(tr, 0, num_vertices, 0, out_map);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.h 45 GLubyte **out_map,
s_renderbuffer.c 184 GLubyte **out_map,
193 *out_map = NULL;
200 *out_map = map;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 158 GLubyte **out_map,
187 *out_map = rrb->map_buffer;
196 GLubyte **out_map,
226 *out_map = rrb->map_buffer;
235 GLubyte **out_map,
247 *out_map = NULL;
299 *out_map = map;
302 *out_map = map + (h - 1) * rrb->map_pitch;
316 mode, out_map, out_stride);
321 mode, out_map, out_stride)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 136 GLubyte **out_map,
162 *out_map = map;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 384 GLubyte **out_map,
409 *out_map = xrb->Base.Buffer;
424 *out_map = map;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 109 GLubyte **out_map,
122 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp;
129 *out_map = NULL;
154 *out_map = map;
  /external/iproute2/tc/
tc_bpf.c 665 goto out_map;
671 out_map:
    [all...]

Completed in 224 milliseconds