HomeSort by relevance Sort by last modified time
    Searched refs:mAlphaSource (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 569 mAlphaSource.setTo(fragment.reg,
572 MOV(AL, 0, mAlphaSource.reg,
573 reg_imm(mAlphaSource.reg, LSR, shift));
578 mAlphaSource.setTo(regs.obtain(),
581 MOV(AL, 0, mAlphaSource.reg,
584 MOV(AL, 0, mAlphaSource.reg, fragment.reg);
587 mAlphaSource.s -= shift;
    [all...]
blending.cpp 199 // when a register is aliased (for instance with mAlphaSource)
276 src_alpha = mAlphaSource;
277 factor = mAlphaSource;
296 factor = mAlphaSource;
GGLAssembler.h 538 integer_t mAlphaSource;

Completed in 99 milliseconds