Home
last modified time | relevance | path

Searched refs:transferOps (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpack.h57 GLbitfield transferOps);
66 GLbitfield transferOps);
75 GLbitfield transferOps);
90 GLbitfield transferOps);
97 GLbitfield transferOps);
104 GLbitfield transferOps);
112 GLbitfield transferOps);
Dpixeltransfer.c162 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, in _mesa_apply_rgba_transfer_ops() argument
166 if (transferOps & IMAGE_SCALE_BIAS_BIT) { in _mesa_apply_rgba_transfer_ops()
174 if (transferOps & IMAGE_MAP_COLOR_BIT) { in _mesa_apply_rgba_transfer_ops()
179 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_apply_rgba_transfer_ops()
227 GLbitfield transferOps, in _mesa_apply_ci_transfer_ops() argument
230 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) { in _mesa_apply_ci_transfer_ops()
233 if (transferOps & IMAGE_MAP_COLOR_BIT) { in _mesa_apply_ci_transfer_ops()
Dpixeltransfer.h57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
66 GLbitfield transferOps,
Dreadpix.c231 GLbitfield transferOps ) in fast_read_rgba_pixels_memcpy() argument
260 transferOps &= ~IMAGE_CLAMP_BIT; in fast_read_rgba_pixels_memcpy()
262 if (transferOps) in fast_read_rgba_pixels_memcpy()
324 GLbitfield transferOps ) in slow_read_rgba_pixels() argument
366 type, dst, packing, transferOps); in slow_read_rgba_pixels()
388 GLbitfield transferOps = ctx->_ImageTransferState; in read_rgba_pixels() local
397 transferOps |= IMAGE_CLAMP_BIT; in read_rgba_pixels()
403 transferOps)) { in read_rgba_pixels()
408 format, type, pixels, packing, transferOps); in read_rgba_pixels()
Dtexgetimage.c226 GLbitfield transferOps) in get_tex_rgba_compressed() argument
305 format, type, dest, &ctx->Pack, transferOps); in get_tex_rgba_compressed()
320 GLbitfield transferOps) in get_tex_rgba_uncompressed() argument
406 &ctx->Pack, transferOps); in get_tex_rgba_uncompressed()
433 GLbitfield transferOps = 0x0; in get_tex_rgba() local
444 transferOps |= IMAGE_CLAMP_BIT; in get_tex_rgba()
450 pixels, texImage, transferOps); in get_tex_rgba()
454 pixels, texImage, transferOps); in get_tex_rgba()
Dpack.c1262 GLbitfield transferOps) in _mesa_pack_rgba_span_float() argument
1288 transferOps = 0; in _mesa_pack_rgba_span_float()
1290 if (transferOps) { in _mesa_pack_rgba_span_float()
1291 _mesa_apply_rgba_transfer_ops(ctx, transferOps, n, rgba); in _mesa_pack_rgba_span_float()
1312 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_rgba_span_float()
4250 GLbitfield transferOps ) in _mesa_unpack_color_span_ubyte() argument
4306 transferOps = 0; in _mesa_unpack_color_span_ubyte()
4309 if (transferOps == 0) { in _mesa_unpack_color_span_ubyte()
4391 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) { in _mesa_unpack_color_span_ubyte()
4399 transferOps &= ~(IMAGE_SCALE_BIAS_BIT | IMAGE_MAP_COLOR_BIT); in _mesa_unpack_color_span_ubyte()
[all …]
Dtexstore.h90 GLbitfield transferOps);
Dtexstore.c326 GLbitfield transferOps) in _mesa_make_temp_float_image() argument
372 srcPacking, transferOps); in _mesa_make_temp_float_image()
568 GLuint transferOps = ctx->_ImageTransferState; in _mesa_make_temp_ubyte_image() local
612 transferOps); in _mesa_make_temp_ubyte_image()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c106 GLuint transferOps = ctx->_ImageTransferState; in copy_rgba_pixels() local
178 if (transferOps) { in copy_rgba_pixels()
179 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width, in copy_rgba_pixels()
Ds_drawpix.c418 GLbitfield transferOps = ctx->_ImageTransferState; in draw_rgba_pixels() local
440 transferOps |= IMAGE_CLAMP_BIT; in draw_rgba_pixels()
469 transferOps); in draw_rgba_pixels()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c651 const GLbitfield transferOps = 0x0; /* bypassed for glGetTexImage() */ in decompress_with_blit() local
663 type, dest, &ctx->Pack, transferOps); in decompress_with_blit()