Searched refs:_mesa_apply_rgba_transfer_ops (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | pixeltransfer.h | 60 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
|
H A D | pixeltransfer.c | 164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, in _mesa_apply_rgba_transfer_ops() function
|
H A D | texstore.c | 786 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount, in texstore_rgba()
|
H A D | readpix.c | 509 * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is in read_rgba_pixels() 565 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); in read_rgba_pixels()
|
H A D | pack.c | 1595 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); in _mesa_unpack_color_index_to_rgba_float()
|
H A D | texgetimage.c | 462 * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is in get_tex_rgba_uncompressed() 526 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); in get_tex_rgba_uncompressed()
|
Completed in 10 milliseconds