Searched refs:mAlphaSource (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 570 mAlphaSource.setTo(fragment.reg, in build_incoming_component() 573 MOV(AL, 0, mAlphaSource.reg, in build_incoming_component() 574 reg_imm(mAlphaSource.reg, LSR, shift)); in build_incoming_component() 579 mAlphaSource.setTo(regs.obtain(), in build_incoming_component() 582 MOV(AL, 0, mAlphaSource.reg, in build_incoming_component() 585 MOV(AL, 0, mAlphaSource.reg, fragment.reg); in build_incoming_component() 588 mAlphaSource.s -= shift; in build_incoming_component()
|
D | blending.cpp | 278 src_alpha = mAlphaSource; in build_blend_factor() 279 factor = mAlphaSource; in build_blend_factor() 298 factor = mAlphaSource; in build_blend_factor()
|
D | GGLAssembler.h | 556 integer_t mAlphaSource; variable
|