Lines Matching defs:rgba
453 void *rgba, *src;
519 rgba = NULL;
542 * the final conversion/copy from the rgba buffer to the dst buffer.
547 rgba = dst;
550 rgba = malloc(height * rgba_stride);
551 if (!rgba) {
558 _mesa_format_convert(rgba, rgba_format, rgba_stride,
565 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
577 src = rgba;
610 free(rgba);
629 free(rgba);