Searched refs:mul_factor_add (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 225 mul_factor_add(temp, fb, dst_factor, component_t(fragment)); in build_blending() 235 mul_factor_add(temp, fragment, src_factor, component_t(fb)); in build_blending() 244 mul_factor_add(temp, fb, dst_factor, temp); in build_blending() 452 mul_factor_add(temp, diff, factor, component_t(fb)); in build_blendFOneMinusF() 470 mul_factor_add(temp, diff, factor, component_t(fragment)); in build_blendOneMinusFF() 566 void GGLAssembler::mul_factor_add( component_t& d, in mul_factor_add() function in android::GGLAssembler
|
D | GGLAssembler.h | 404 void mul_factor_add( component_t& d,
|