Home | History | Annotate | Download | only in main

Lines Matching defs:dst

62    GLubyte *map, *dst;
87 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
92 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst);
95 memcpy(dst, map, width * 2);
99 dst += dstStride;
119 GLubyte *dst, *map;
136 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
152 _mesa_pack_depth_span(ctx, width, dst, type, depthValues, packing);
154 dst += dstStride;
234 GLubyte *dst, *map;
266 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
283 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map;
289 dst += dstStride;
295 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map;
300 dst += dstStride;
306 memcpy(dst, map, width * texelBytes);
307 dst += dstStride;
329 GLubyte *dst, *map;
335 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
356 type, dst);
359 type, dst);
366 type, dst, packing, transferOps);
368 dst += dstStride;
419 GLubyte *dst, int dstStride)
443 map, (GLuint *)dst);
445 dst += dstStride;
463 uint32_t *dst, int dstStride)
493 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
498 dst[i] = (dst[i] & 0xffffff00) | stencilVals[i];
503 dst += dstStride / 4;
524 GLubyte *dst, int dstStride)
569 _mesa_pack_depth_stencil_span(ctx, width, type, (GLuint *)dst,
574 dst += dstStride;
607 GLubyte *dst;
610 dst = (GLubyte *) _mesa_image_address2d(packing, pixels,
621 dst, dstStride))
625 (uint32_t *)dst, dstStride))
631 dst, dstStride);