Searched refs:_mesa_apply_rgba_transfer_ops (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pixeltransfer.h | 58 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
|
D | pixeltransfer.c | 164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, in _mesa_apply_rgba_transfer_ops() function
|
D | readpix.c | 547 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); in read_rgba_pixels()
|
D | texstore.c | 782 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount, in texstore_rgba()
|
D | pack.c | 1610 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); in _mesa_unpack_color_index_to_rgba_float()
|
D | texgetimage.c | 516 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); in get_tex_rgba_uncompressed()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width, in copy_rgba_pixels()
|
D | s_drawpix.c | 519 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba); in draw_rgba_pixels()
|