Lines Matching refs:transferOps
88 GLbitfield transferOps = ctx->_ImageTransferState;
111 transferOps |= IMAGE_CLAMP_BIT;
120 transferOps |= IMAGE_CLAMP_BIT;
130 transferOps &= ~IMAGE_CLAMP_BIT;
133 return transferOps;
435 GLbitfield transferOps;
452 transferOps = _mesa_get_readpixels_transfer_ops(ctx, rb->Format, format,
496 /* Since _mesa_format_convert does not handle transferOps we need to handle
499 * integer transferOps do not apply.
505 assert(!transferOps || (transferOps && !dst_is_integer));
507 needs_rgba = transferOps || convert_rgb_to_lum;
553 if (transferOps)
554 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
603 luminance, format, transferOps);