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 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, function in typeref:typename:void
|
| H A D | readpix.c | 498 * 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 D | pack.c | 1594 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr);
|
| H A D | texstore.c | 785 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount,
|
| H A D | texgetimage.c | 452 * 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 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, function in typeref:typename:void
|
| H A D | readpix.c | 506 * 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 D | texstore.c | 783 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount,
|
| H A D | pack.c | 1595 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr);
|
| H A D | texgetimage.c | 459 * 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 D | s_copypix.c | 168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
|
| H A D | s_drawpix.c | 527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
|
| H A D | s_drawpix.c | 527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba);
|
Completed in 29 milliseconds