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

  /external/chromium_org/third_party/libwebp/dec/
io.c 215 const uint32_t alpha_value = alpha[i]; local
216 dst[4 * i] = alpha_value;
217 alpha_mask &= alpha_value;
251 const uint32_t alpha_value = alpha[i] >> 4; local
252 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value;
253 alpha_mask &= alpha_value;
430 const uint32_t alpha_value = p->scaler_a.dst[i]; local
431 dst[4 * i] = alpha_value;
432 alpha_mask &= alpha_value;
464 const uint32_t alpha_value = p->scaler_a.dst[i] >> 4 local
    [all...]
  /external/webp/src/dec/
io.c 215 const uint32_t alpha_value = alpha[i]; local
216 dst[4 * i] = alpha_value;
217 alpha_mask &= alpha_value;
251 const uint32_t alpha_value = alpha[i] >> 4; local
252 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value;
253 alpha_mask &= alpha_value;
430 const uint32_t alpha_value = p->scaler_a.dst[i]; local
431 dst[4 * i] = alpha_value;
432 alpha_mask &= alpha_value;
464 const uint32_t alpha_value = p->scaler_a.dst[i] >> 4 local
    [all...]
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 194 int alpha_value = SkAlphaMul(SkColorGetA(src_pixel), local
196 int alpha_value_256 = SkAlpha255To256(alpha_value);
198 alpha_value,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 654 dsa->alpha_value = util_float_to_half(state->alpha.ref_value);
670 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
680 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
692 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
702 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
    [all...]
r300_context.h 106 uint32_t alpha_value; /* R500_FG_ALPHA_VALUE: 0x4be0 */ member in struct:r300_dsa_state
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 654 dsa->alpha_value = util_float_to_half(state->alpha.ref_value);
670 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
680 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
692 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
702 OUT_CB_REG(R500_FG_ALPHA_VALUE, dsa->alpha_value);
    [all...]
r300_context.h 106 uint32_t alpha_value; /* R500_FG_ALPHA_VALUE: 0x4be0 */ member in struct:r300_dsa_state
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 374 milliseconds