Home
last modified time | relevance | path

Searched refs:src_alpha (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/
Dpicker.cpp55 uint32_t src_alpha = c->state.blend.src_alpha; in ggl_pick() local
63 if ((src_alpha == GGL_ONE_MINUS_DST_ALPHA) || in ggl_pick()
64 (src_alpha == GGL_DST_ALPHA)) { in ggl_pick()
65 src_alpha = GGL_ONE; in ggl_pick()
79 src_alpha = ggl_blendfactor_to_needs(src_alpha); in ggl_pick()
85 n |= GGL_BUILD_NEEDS( src_alpha, BLEND_SRCA ); in ggl_pick()
Dpixelflinger.cpp306 c->state.blend.src_alpha = src; in ggl_blendFunc()
321 c->state.blend.src_alpha = srcAlpha; in ggl_blendFuncSeparate()
788 c->state.blend.src_alpha = GGL_ONE; in ggl_init_context()
Dscanline.cpp510 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb); in blending()
/system/core/libpixelflinger/codeflinger/
Dblending.cpp263 integer_t src_alpha(fragment); in build_blend_factor() local
278 src_alpha = mAlphaSource; in build_blend_factor()
343 factor.s = src_alpha.s; in build_blend_factor()
344 ADD(AL, 0, factor.reg, src_alpha.reg, in build_blend_factor()
345 reg_imm(src_alpha.reg, LSR, src_alpha.s-1)); in build_blend_factor()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h280 uint32_t src_alpha;