Searched refs:alpha_dst (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dec/
H A Dio.c211 uint8_t* alpha_dst = base_rgba; local
213 uint8_t* alpha_dst = base_rgba + 1; local
221 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value;
225 alpha_dst += buf->stride;
415 uint8_t* alpha_dst = base_rgba; local
417 uint8_t* alpha_dst = base_rgba + 1; local
433 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value;
436 alpha_dst
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c44 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/
H A Dxorg_composite.c17 unsigned alpha_dst : 4; member in struct:xorg_composite_blend
92 PICT_FORMAT_A(pDstPicture->format) == 0 && blend->alpha_dst) {

Completed in 382 milliseconds