Searched refs:mul_factor_add (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 223 mul_factor_add(temp, fb, dst_factor, component_t(fragment)); in build_blending() 233 mul_factor_add(temp, fragment, src_factor, component_t(fb)); in build_blending() 242 mul_factor_add(temp, fb, dst_factor, temp); in build_blending() 450 mul_factor_add(temp, diff, factor, component_t(fb)); in build_blendFOneMinusF() 468 mul_factor_add(temp, diff, factor, component_t(fragment)); in build_blendOneMinusFF() 564 void GGLAssembler::mul_factor_add( component_t& d, in mul_factor_add() function in android::GGLAssembler
|
D | GGLAssembler.h | 396 void mul_factor_add( component_t& d,
|