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

  /system/core/libpixelflinger/
picker.cpp 55 uint32_t src_alpha = c->state.blend.src_alpha; local
63 if ((src_alpha == GGL_ONE_MINUS_DST_ALPHA) ||
64 (src_alpha == GGL_DST_ALPHA)) {
65 src_alpha = GGL_ONE;
79 src_alpha = ggl_blendfactor_to_needs(src_alpha);
85 n |= GGL_BUILD_NEEDS( src_alpha, BLEND_SRCA );
pixelflinger.cpp 306 c->state.blend.src_alpha = src;
321 c->state.blend.src_alpha = srcAlpha;
796 c->state.blend.src_alpha = GGL_ONE;
scanline.cpp 471 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb);
    [all...]
  /gdk/samples/PhotoEditor/jni/
grayscale.cpp 62 int32_t src_alpha = src->rgba8[3]; local
69 *dst = (src_alpha << 24) | (dst_color << 16) | (dst_color << 8) | dst_color;
negative.cpp 58 uint32_t src_alpha = src->rgba8[3]; local
60 *dst = (src_alpha << 24) | (dst_blue << 16) | (dst_green << 8) | dst_red;
backlight.cpp 73 int32_t src_alpha = src->rgba8[3]; local
96 *dst = (src_alpha << 24) | (dst_blue << 16) | (dst_green << 8) | dst_red;
colortemp.cpp 73 int32_t src_alpha = src->rgba8[3]; local
87 *dst = (src_alpha << 24) | (dst_blue << 16) | (dst_green << 8) | dst_red;
convolution.cpp 75 int32_t src_alpha = src->rgba8[3]; local
98 *dst = (src_alpha << 24) | (blue << 16) | (green << 8) | red;
  /system/core/libpixelflinger/codeflinger/
blending.cpp 261 integer_t src_alpha(fragment);
276 src_alpha = mAlphaSource;
341 factor.s = src_alpha.s;
342 ADD(AL, 0, factor.reg, src_alpha.reg,
343 reg_imm(src_alpha.reg, LSR, src_alpha.s-1));
  /system/core/include/private/pixelflinger/
ggl_context.h 260 uint32_t src_alpha; member in struct:android::blend_state_t

Completed in 262 milliseconds