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

  /external/webp/src/enc/
alpha.c 113 const uint8_t* alpha_src; local
131 alpha_src = tmp_alpha;
133 alpha_src = data;
138 ok = ok && EncodeLossless(alpha_src, width, height, effort_level,
155 output = alpha_src;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 45 unsigned alpha_src : 4; member in struct:xa_composite_blend
158 blend->alpha_src) {
244 if (blend.alpha_src && blend.rgb_src != PIPE_BLENDFACTOR_ZERO) {
366 if (blend.alpha_src) {
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 18 unsigned alpha_src : 4; member in struct:xorg_composite_blend
103 PICT_FORMAT_RGB(pMaskPicture->format) && blend->alpha_src) {
197 if (blend.alpha_src && blend.rgb_src != PIPE_BLENDFACTOR_ZERO) {
336 if (blend.alpha_src) {

Completed in 876 milliseconds