Searched refs:_mesa_apply_rgba_transfer_ops (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpixeltransfer.h60 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
H A Dpixeltransfer.c164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, function in typeref:typename:void
H A Dreadpix.c498 * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is
554 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
H A Dpack.c1594 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr);
H A Dtexstore.c785 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount,
H A Dtexgetimage.c452 * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is
516 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpixeltransfer.h60 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
H A Dpixeltransfer.c164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, function in typeref:typename:void
H A Dreadpix.c506 * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is
562 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
H A Dtexstore.c783 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount,
H A Dpack.c1595 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr);
H A Dtexgetimage.c459 * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is
523 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
H A Ds_drawpix.c527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
H A Ds_drawpix.c527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba);

Completed in 29 milliseconds