Searched refs:fSecondaryOutputType (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DGrPorterDuffTest.cpp77 GetXPOutputTypes(xp.get(), &fPrimaryOutputType, &fSecondaryOutputType);
86 int fSecondaryOutputType; member in struct:GrPorterDuffTest::XPInfo
110 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType);
120 TEST_ASSERT(kCoverage_OutputType == xpi.fSecondaryOutputType);
131 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType);
141 TEST_ASSERT(kSAModulate_OutputType == xpi.fSecondaryOutputType);
151 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType);
161 TEST_ASSERT(kCoverage_OutputType == xpi.fSecondaryOutputType);
171 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType);
181 TEST_ASSERT(kCoverage_OutputType == xpi.fSecondaryOutputType);
[all...]
/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp61 bool hasSecondaryOutput() const { return kNone_OutputType != fSecondaryOutputType; }
106 OutputType fSecondaryOutputType : 4; member in struct:BlendFormula::__anon17051::__anon17052
414 (xp.getBlendFormula().fSecondaryOutputType << 3));
425 append_color_output(xp, fragBuilder, blendFormula.fSecondaryOutputType,
817 *outSecondary = blendFormula.fSecondaryOutputType;

Completed in 341 milliseconds