Lines Matching refs:transferOps
89 GLbitfield transferOps = ctx->_ImageTransferState;
112 transferOps |= IMAGE_CLAMP_BIT;
121 transferOps |= IMAGE_CLAMP_BIT;
128 transferOps &= ~IMAGE_CLAMP_BIT;
138 transferOps &= ~IMAGE_CLAMP_BIT;
141 return transferOps;
443 GLbitfield transferOps;
460 transferOps = _mesa_get_readpixels_transfer_ops(ctx, rb->Format, format,
504 /* Since _mesa_format_convert does not handle transferOps we need to handle
507 * integer transferOps do not apply.
513 assert(!transferOps || (transferOps && !dst_is_integer));
515 needs_rgba = transferOps || convert_rgb_to_lum;
561 if (transferOps)
562 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
611 luminance, format, transferOps);