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

  /external/webp/src/dec/
io.c 241 uint8_t* alpha_dst = base_rgba; local
243 uint8_t* alpha_dst = base_rgba + 1; local
252 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value;
256 alpha_dst += buf->stride;
448 uint8_t* alpha_dst = base_rgba; local
450 uint8_t* alpha_dst = base_rgba + 1; local
465 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value;
468 alpha_dst += buf->stride
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 44 unsigned alpha_dst : 4; member in struct:xa_composite_blend
144 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) {
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 17 unsigned alpha_dst : 4; member in struct:xorg_composite_blend
92 PICT_FORMAT_A(pDstPicture->format) == 0 && blend->alpha_dst) {

Completed in 73 milliseconds