HomeSort by relevance Sort by last modified time
    Searched refs:color_mask (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 334 LLVMValueRef color_mask; local
336 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, state->colormask, swizzle);
337 lp_build_name(color_mask, "color_mask");
341 mask = lp_build_and(&bld.base, color_mask, mask);
343 mask = color_mask;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 334 LLVMValueRef color_mask; local
336 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, state->colormask, swizzle);
337 lp_build_name(color_mask, "color_mask");
341 mask = lp_build_and(&bld.base, color_mask, mask);
343 mask = color_mask;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 391 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
446 uint16_t color_mask; member in struct:nv50_blitctx
641 blit->color_mask = 0;
648 blit->color_mask |= 0x0111;
650 blit->color_mask |= 0x1000;
655 blit->color_mask |= 0x1110;
657 blit->color_mask |= 0x0001;
661 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
662 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
663 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 410 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
467 uint16_t color_mask; member in struct:nvc0_blitctx
707 blit->color_mask = 0;
714 blit->color_mask |= 0x0111;
716 blit->color_mask |= 0x1000;
721 blit->color_mask |= 0x1110;
723 blit->color_mask |= 0x0001;
727 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
728 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
729 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 391 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
446 uint16_t color_mask; member in struct:nv50_blitctx
641 blit->color_mask = 0;
648 blit->color_mask |= 0x0111;
650 blit->color_mask |= 0x1000;
655 blit->color_mask |= 0x1110;
657 blit->color_mask |= 0x0001;
661 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
662 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
663 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 410 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
467 uint16_t color_mask; member in struct:nvc0_blitctx
707 blit->color_mask = 0;
714 blit->color_mask |= 0x0111;
716 blit->color_mask |= 0x1000;
721 blit->color_mask |= 0x1110;
723 blit->color_mask |= 0x0001;
727 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
728 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
729 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 754 SkBitmap color_mask; local
755 color_mask.setConfig(SkBitmap::kARGB_8888_Config,
757 color_mask.allocPixels();
758 color_mask.eraseARGB(0, 0, 0, 0);
760 SkCanvas canvas(color_mask);
767 return color_mask;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 66 color_mask(struct gl_context *ctx, function
850 driver->ColorMask = color_mask;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 66 color_mask(struct gl_context *ctx, function
850 driver->ColorMask = color_mask;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 5372 GLboolean color_mask[4] = {true, true, true, true}; local
    [all...]

Completed in 4577 milliseconds