Searched defs:alpha_src (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/third_party/libwebp/enc/ |
H A D | alpha.c | 109 const uint8_t* alpha_src; local 134 alpha_src = tmp_alpha; 136 alpha_src = data; 140 ok = VP8BitWriterAppend(bw, alpha_src, width * height); 143 ok = EncodeLossless(alpha_src, width, height, effort_level, bw, stats);
|
/external/webp/src/enc/ |
H A D | alpha.c | 109 const uint8_t* alpha_src; local 134 alpha_src = tmp_alpha; 136 alpha_src = data; 140 ok = VP8BitWriterAppend(bw, alpha_src, width * height); 143 ok = EncodeLossless(alpha_src, width, height, effort_level, bw, stats);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
H A D | 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/xa/ |
H A D | 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
H A D | 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) {
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
H A D | 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) {
|
/external/pixman/pixman/ |
H A D | pixman-sse2.c | 431 __m128i* alpha_src) 434 __m128i t2 = pix_multiply_1x128 (*dst, *alpha_src); 2216 __m128i alpha_src = negate_1x128 (expand_alpha_1x128 (d)); local 2221 &alpha_src)); 428 pix_add_multiply_1x128(__m128i* src, __m128i* alpha_dst, __m128i* dst, __m128i* alpha_src) argument
|
Completed in 294 milliseconds