Home
last modified time | relevance | path

Searched refs:_mesa_apply_rgba_transfer_ops (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixeltransfer.h58 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
Dpixeltransfer.c164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, in _mesa_apply_rgba_transfer_ops() function
Dreadpix.c547 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); in read_rgba_pixels()
Dtexstore.c782 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount, in texstore_rgba()
Dpack.c1610 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); in _mesa_unpack_color_index_to_rgba_float()
Dtexgetimage.c516 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); in get_tex_rgba_uncompressed()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width, in copy_rgba_pixels()
Ds_drawpix.c519 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba); in draw_rgba_pixels()