/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
pack.h | 57 GLbitfield transferOps); 66 GLbitfield transferOps); 75 GLbitfield transferOps); 90 GLbitfield transferOps); 97 GLbitfield transferOps); 104 GLbitfield transferOps); 112 GLbitfield transferOps);
|
pixeltransfer.h | 57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, 66 GLbitfield transferOps,
|
pixeltransfer.c | 159 * as indicated by the transferOps bitmask 162 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, 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) {
|
texstore.h | 90 GLbitfield transferOps);
|
readpix.c | 231 GLbitfield transferOps ) 260 transferOps &= ~IMAGE_CLAMP_BIT; 262 if (transferOps) 324 GLbitfield transferOps ) 366 type, dst, packing, transferOps); 388 GLbitfield transferOps = ctx->_ImageTransferState; 397 transferOps |= IMAGE_CLAMP_BIT; 403 transferOps)) { 408 format, type, pixels, packing, transferOps);
|
texgetimage.c | 226 GLbitfield transferOps) 305 format, type, dest, &ctx->Pack, transferOps); 320 GLbitfield transferOps) 406 &ctx->Pack, transferOps); 433 GLbitfield transferOps = 0x0; 444 transferOps |= IMAGE_CLAMP_BIT; 450 pixels, texImage, transferOps); 454 pixels, texImage, transferOps);
|
pack.c | [all...] |
texstore.c | 326 GLbitfield transferOps) 372 srcPacking, transferOps); 568 GLuint transferOps = ctx->_ImageTransferState; 612 transferOps); [all...] |
/external/mesa3d/src/mesa/main/ |
pack.h | 57 GLbitfield transferOps); 66 GLbitfield transferOps); 75 GLbitfield transferOps); 90 GLbitfield transferOps); 97 GLbitfield transferOps); 104 GLbitfield transferOps); 112 GLbitfield transferOps);
|
pixeltransfer.h | 57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, 66 GLbitfield transferOps,
|
pixeltransfer.c | 159 * as indicated by the transferOps bitmask 162 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, 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) {
|
texstore.h | 90 GLbitfield transferOps);
|
readpix.c | 231 GLbitfield transferOps ) 260 transferOps &= ~IMAGE_CLAMP_BIT; 262 if (transferOps) 324 GLbitfield transferOps ) 366 type, dst, packing, transferOps); 388 GLbitfield transferOps = ctx->_ImageTransferState; 397 transferOps |= IMAGE_CLAMP_BIT; 403 transferOps)) { 408 format, type, pixels, packing, transferOps);
|
texgetimage.c | 226 GLbitfield transferOps) 305 format, type, dest, &ctx->Pack, transferOps); 320 GLbitfield transferOps) 406 &ctx->Pack, transferOps); 433 GLbitfield transferOps = 0x0; 444 transferOps |= IMAGE_CLAMP_BIT; 450 pixels, texImage, transferOps); 454 pixels, texImage, transferOps);
|
pack.c | [all...] |
texstore.c | 326 GLbitfield transferOps) 372 srcPacking, transferOps); 568 GLuint transferOps = ctx->_ImageTransferState; 612 transferOps); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_copypix.c | 106 GLuint transferOps = ctx->_ImageTransferState; 178 if (transferOps) { 179 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
|
s_drawpix.c | 418 GLbitfield transferOps = ctx->_ImageTransferState; 440 transferOps |= IMAGE_CLAMP_BIT; 469 transferOps);
|
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 106 GLuint transferOps = ctx->_ImageTransferState; 178 if (transferOps) { 179 _mesa_apply_rgba_transfer_ops(ctx, transferOps, width,
|
s_drawpix.c | 418 GLbitfield transferOps = ctx->_ImageTransferState; 440 transferOps |= IMAGE_CLAMP_BIT; 469 transferOps);
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 651 const GLbitfield transferOps = 0x0; /* bypassed for glGetTexImage() */ 663 type, dest, &ctx->Pack, transferOps); [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 651 const GLbitfield transferOps = 0x0; /* bypassed for glGetTexImage() */ 663 type, dest, &ctx->Pack, transferOps); [all...] |