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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpack.h56 GLbitfield transferOps);
93 GLbitfield transferOps);
105 GLbitfield transferOps);
112 GLbitfield transferOps);
H A Dpixeltransfer.h60 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
69 GLbitfield transferOps,
H A Dpixeltransfer.c161 * as indicated by the transferOps bitmask
164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, argument
168 if (transferOps & IMAGE_SCALE_BIAS_BIT) {
176 if (transferOps & IMAGE_MAP_COLOR_BIT) {
181 if (transferOps & IMAGE_CLAMP_BIT) {
229 GLbitfield transferOps,
232 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) {
235 if (transferOps & IMAGE_MAP_COLOR_BIT) {
228 _mesa_apply_ci_transfer_ops(const struct gl_context * ctx,GLbitfield transferOps,GLuint n,GLuint indexes[]) argument
H A Dreadpix.c88 GLbitfield transferOps = ctx->_ImageTransferState; local in function:_mesa_get_readpixels_transfer_ops
111 transferOps |= IMAGE_CLAMP_BIT;
120 transferOps |= IMAGE_CLAMP_BIT;
130 transferOps &= ~IMAGE_CLAMP_BIT;
133 return transferOps;
435 GLbitfield transferOps; local in function:read_rgba_pixels
452 transferOps = _mesa_get_readpixels_transfer_ops(ctx, rb->Format, format,
496 /* Since _mesa_format_convert does not handle transferOps we need to handle
499 * integer transferOps do not apply.
505 assert(!transferOps || (transferOp
[all...]
H A Dpack.c481 * transferOps - apply offset/bias/lookup ops?
488 GLbitfield transferOps )
509 transferOps &= IMAGE_SHIFT_OFFSET_BIT;
514 if (transferOps == 0 &&
520 else if (transferOps == 0 &&
541 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) {
1336 GLbitfield transferOps)
1343 if (transferOps & IMAGE_CLAMP_BIT) {
1355 if (transferOps & IMAGE_CLAMP_BIT) {
1554 GLbitfield transferOps)
484 _mesa_unpack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
1334 _mesa_pack_luminance_from_rgba_float(GLuint n,GLfloat rgba[][4],GLvoid * dstAddr,GLenum dst_format,GLbitfield transferOps) argument
1550 _mesa_unpack_color_index_to_rgba_float(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
1605 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
[all...]
H A Dtexgetimage.c312 GLbitfield transferOps)
429 GLbitfield transferOps)
450 /* Since _mesa_format_convert does not handle transferOps we need to handle
453 * integer then transferOps do not apply.
455 assert(!transferOps || (transferOps && !dst_is_integer));
482 if (transferOps) {
516 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
571 GLbitfield transferOps = 0x0; local in function:get_tex_rgba
583 transferOps |
307 get_tex_rgba_compressed(struct gl_context * ctx,GLuint dimensions,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLint depth,GLenum format,GLenum type,GLvoid * pixels,struct gl_texture_image * texImage,GLbitfield transferOps) argument
424 get_tex_rgba_uncompressed(struct gl_context * ctx,GLuint dimensions,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLint depth,GLenum format,GLenum type,GLvoid * pixels,struct gl_texture_image * texImage,GLbitfield transferOps) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpack.h56 GLbitfield transferOps);
93 GLbitfield transferOps);
105 GLbitfield transferOps);
112 GLbitfield transferOps);
H A Dpixeltransfer.h60 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
69 GLbitfield transferOps,
H A Dpixeltransfer.c161 * as indicated by the transferOps bitmask
164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, argument
168 if (transferOps & IMAGE_SCALE_BIAS_BIT) {
176 if (transferOps & IMAGE_MAP_COLOR_BIT) {
181 if (transferOps & IMAGE_CLAMP_BIT) {
229 GLbitfield transferOps,
232 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) {
235 if (transferOps & IMAGE_MAP_COLOR_BIT) {
228 _mesa_apply_ci_transfer_ops(const struct gl_context * ctx,GLbitfield transferOps,GLuint n,GLuint indexes[]) argument
H A Dreadpix.c89 GLbitfield transferOps = ctx->_ImageTransferState; local in function:_mesa_get_readpixels_transfer_ops
112 transferOps |= IMAGE_CLAMP_BIT;
121 transferOps |= IMAGE_CLAMP_BIT;
128 transferOps &= ~IMAGE_CLAMP_BIT;
138 transferOps &= ~IMAGE_CLAMP_BIT;
141 return transferOps;
443 GLbitfield transferOps; local in function:read_rgba_pixels
460 transferOps = _mesa_get_readpixels_transfer_ops(ctx, rb->Format, format,
504 /* Since _mesa_format_convert does not handle transferOps we need to handle
507 * integer transferOps d
[all...]
H A Dpack.c482 * transferOps - apply offset/bias/lookup ops?
489 GLbitfield transferOps )
510 transferOps &= IMAGE_SHIFT_OFFSET_BIT;
515 if (transferOps == 0 &&
521 else if (transferOps == 0 &&
542 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) {
1337 GLbitfield transferOps)
1344 if (transferOps & IMAGE_CLAMP_BIT) {
1356 if (transferOps & IMAGE_CLAMP_BIT) {
1555 GLbitfield transferOps)
485 _mesa_unpack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
1335 _mesa_pack_luminance_from_rgba_float(GLuint n,GLfloat rgba[][4],GLvoid * dstAddr,GLenum dst_format,GLbitfield transferOps) argument
1551 _mesa_unpack_color_index_to_rgba_float(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
1606 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
[all...]
H A Dtexgetimage.c319 GLbitfield transferOps)
436 GLbitfield transferOps)
457 /* Since _mesa_format_convert does not handle transferOps we need to handle
460 * integer then transferOps do not apply.
462 assert(!transferOps || (transferOps && !dst_is_integer));
489 if (transferOps) {
523 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba);
578 GLbitfield transferOps = 0x0; local in function:get_tex_rgba
590 transferOps |
314 get_tex_rgba_compressed(struct gl_context * ctx,GLuint dimensions,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLint depth,GLenum format,GLenum type,GLvoid * pixels,struct gl_texture_image * texImage,GLbitfield transferOps) argument
431 get_tex_rgba_uncompressed(struct gl_context * ctx,GLuint dimensions,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLint depth,GLenum format,GLenum type,GLvoid * pixels,struct gl_texture_image * texImage,GLbitfield transferOps) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_drawpix.c427 GLbitfield transferOps = ctx->_ImageTransferState; local in function:draw_rgba_pixels
449 transferOps |= IMAGE_CLAMP_BIT;
476 transferOps);
482 transferOps = 0;
526 if (transferOps)
527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba);
H A Ds_copypix.c95 GLuint transferOps = ctx->_ImageTransferState; local in function:copy_rgba_pixels
167 if (transferOps) {
168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c427 GLbitfield transferOps = ctx->_ImageTransferState; local in function:draw_rgba_pixels
449 transferOps |= IMAGE_CLAMP_BIT;
476 transferOps);
482 transferOps = 0;
526 if (transferOps)
527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba);
H A Ds_copypix.c95 GLuint transferOps = ctx->_ImageTransferState; local in function:copy_rgba_pixels
167 if (transferOps) {
168 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,

Completed in 21 milliseconds