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

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 120 mBlendDstA = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DSTA, needs.n));
135 if ((mBlendDstA == GGL_ONE_MINUS_DST_ALPHA) ||
136 (mBlendDstA == GGL_DST_ALPHA)) {
137 mBlendDstA = GGL_ONE;
143 blending_codes(mBlendSrcA, mBlendDstA);
147 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) {
150 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
160 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
490 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
    [all...]
GGLAssembler.h 545 int mBlendDstA;
blending.cpp 73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 94 milliseconds