HomeSort by relevance Sort by last modified time
    Searched defs:transferOps (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/main/
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);
texstore.c 326 GLbitfield transferOps)
372 srcPacking, transferOps);
568 GLuint transferOps = ctx->_ImageTransferState;
612 transferOps);
    [all...]
  /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/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 651 const GLbitfield transferOps = 0x0; /* bypassed for glGetTexImage() */
663 type, dest, &ctx->Pack, transferOps);
    [all...]

Completed in 163 milliseconds