Searched refs:mAlphaSource (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 572 mAlphaSource.setTo(fragment.reg, in build_incoming_component() 575 MOV(AL, 0, mAlphaSource.reg, in build_incoming_component() 576 reg_imm(mAlphaSource.reg, LSR, shift)); in build_incoming_component() 581 mAlphaSource.setTo(regs.obtain(), in build_incoming_component() 584 MOV(AL, 0, mAlphaSource.reg, in build_incoming_component() 587 MOV(AL, 0, mAlphaSource.reg, fragment.reg); in build_incoming_component() 590 mAlphaSource.s -= shift; in build_incoming_component()
|
D | blending.cpp | 276 src_alpha = mAlphaSource; in build_blend_factor() 277 factor = mAlphaSource; in build_blend_factor() 296 factor = mAlphaSource; in build_blend_factor()
|
D | GGLAssembler.h | 548 integer_t mAlphaSource; variable
|