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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpack.h57 GLbitfield transferOps);
66 GLbitfield transferOps);
75 GLbitfield transferOps);
90 GLbitfield transferOps);
97 GLbitfield transferOps);
104 GLbitfield transferOps);
112 GLbitfield transferOps);
H A Dpixeltransfer.h57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
66 GLbitfield transferOps,
H A Dpixeltransfer.c159 * as indicated by the transferOps bitmask
162 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, argument
166 if (transferOps & IMAGE_SCALE_BIAS_BIT) {
174 if (transferOps & IMAGE_MAP_COLOR_BIT) {
179 if (transferOps & IMAGE_CLAMP_BIT) {
227 GLbitfield transferOps,
230 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) {
233 if (transferOps & IMAGE_MAP_COLOR_BIT) {
226 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx, GLbitfield transferOps, GLuint n, GLuint indexes[]) argument
H A Dtexstore.h90 GLbitfield transferOps);
H A Dreadpix.c231 GLbitfield transferOps )
260 transferOps &= ~IMAGE_CLAMP_BIT;
262 if (transferOps)
324 GLbitfield transferOps )
366 type, dst, packing, transferOps);
388 GLbitfield transferOps = ctx->_ImageTransferState; local
397 transferOps |= IMAGE_CLAMP_BIT;
403 transferOps)) {
408 format, type, pixels, packing, transferOps);
H A Dtexgetimage.c226 GLbitfield transferOps)
305 format, type, dest, &ctx->Pack, transferOps);
320 GLbitfield transferOps)
406 &ctx->Pack, transferOps);
433 GLbitfield transferOps = 0x0; local
444 transferOps |= IMAGE_CLAMP_BIT;
450 pixels, texImage, transferOps);
454 pixels, texImage, transferOps);
223 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) argument
317 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) argument
H A Dpack.c1262 GLbitfield transferOps)
1288 transferOps = 0;
1290 if (transferOps) {
1291 _mesa_apply_rgba_transfer_ops(ctx, transferOps, n, rgba);
1312 if (transferOps & IMAGE_CLAMP_BIT) {
4240 * transferOps - bitmask of IMAGE_*_BIT values of operations to apply
4250 GLbitfield transferOps )
4306 transferOps = 0;
4309 if (transferOps == 0) {
4391 if (transferOps
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
[all...]
H A Dtexstore.c326 GLbitfield transferOps)
372 srcPacking, transferOps);
568 GLuint transferOps = ctx->_ImageTransferState; local
612 transferOps);
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
/external/mesa3d/src/mesa/main/
H A Dpack.h57 GLbitfield transferOps);
66 GLbitfield transferOps);
75 GLbitfield transferOps);
90 GLbitfield transferOps);
97 GLbitfield transferOps);
104 GLbitfield transferOps);
112 GLbitfield transferOps);
H A Dpixeltransfer.h57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
66 GLbitfield transferOps,
H A Dpixeltransfer.c159 * as indicated by the transferOps bitmask
162 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, argument
166 if (transferOps & IMAGE_SCALE_BIAS_BIT) {
174 if (transferOps & IMAGE_MAP_COLOR_BIT) {
179 if (transferOps & IMAGE_CLAMP_BIT) {
227 GLbitfield transferOps,
230 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) {
233 if (transferOps & IMAGE_MAP_COLOR_BIT) {
226 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx, GLbitfield transferOps, GLuint n, GLuint indexes[]) argument
H A Dtexstore.h90 GLbitfield transferOps);
H A Dreadpix.c231 GLbitfield transferOps )
260 transferOps &= ~IMAGE_CLAMP_BIT;
262 if (transferOps)
324 GLbitfield transferOps )
366 type, dst, packing, transferOps);
388 GLbitfield transferOps = ctx->_ImageTransferState; local
397 transferOps |= IMAGE_CLAMP_BIT;
403 transferOps)) {
408 format, type, pixels, packing, transferOps);
H A Dtexgetimage.c226 GLbitfield transferOps)
305 format, type, dest, &ctx->Pack, transferOps);
320 GLbitfield transferOps)
406 &ctx->Pack, transferOps);
433 GLbitfield transferOps = 0x0; local
444 transferOps |= IMAGE_CLAMP_BIT;
450 pixels, texImage, transferOps);
454 pixels, texImage, transferOps);
223 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) argument
317 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) argument
H A Dpack.c1262 GLbitfield transferOps)
1288 transferOps = 0;
1290 if (transferOps) {
1291 _mesa_apply_rgba_transfer_ops(ctx, transferOps, n, rgba);
1312 if (transferOps & IMAGE_CLAMP_BIT) {
4240 * transferOps - bitmask of IMAGE_*_BIT values of operations to apply
4250 GLbitfield transferOps )
4306 transferOps = 0;
4309 if (transferOps == 0) {
4391 if (transferOps
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
[all...]
H A Dtexstore.c326 GLbitfield transferOps)
372 srcPacking, transferOps);
568 GLuint transferOps = ctx->_ImageTransferState; local
612 transferOps);
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_copypix.c106 GLuint transferOps = ctx->_ImageTransferState; local
178 if (transferOps) {
179 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
H A Ds_drawpix.c418 GLbitfield transferOps = ctx->_ImageTransferState; local
440 transferOps |= IMAGE_CLAMP_BIT;
469 transferOps);
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c106 GLuint transferOps = ctx->_ImageTransferState; local
178 if (transferOps) {
179 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
H A Ds_drawpix.c418 GLbitfield transferOps = ctx->_ImageTransferState; local
440 transferOps |= IMAGE_CLAMP_BIT;
469 transferOps);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c651 const GLbitfield transferOps = 0x0; /* bypassed for glGetTexImage() */ local
663 type, dest, &ctx->Pack, transferOps);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c651 const GLbitfield transferOps = 0x0; /* bypassed for glGetTexImage() */ local
663 type, dest, &ctx->Pack, transferOps);

Completed in 725 milliseconds