Searched refs:kModulate_OutputType (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 52 kModulate_OutputType, enumerator 157 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_lcd_coverage() 301 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 321 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 331 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 341 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 361 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 371 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 381 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 391 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() [all …]
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 52 kModulate_OutputType, enumerator 159 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_lcd_coverage() 303 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 323 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 333 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 343 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 363 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 373 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 383 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() 393 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage() [all …]
|
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 36 kModulate_OutputType, //<! inputColor * inputCoverage enumerator 179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) || in GetProperties() 180 (SecondaryOut >= kModulate_OutputType && in GetProperties() 184 ((kModulate_OutputType == PrimaryOut || kNone_OutputType == PrimaryOut) && in GetProperties() 201 : BlendFormula(BlendFormula::kModulate_OutputType, BlendFormula::kNone_OutputType, in MakeCoeffFormula() 230 return BlendFormula(BlendFormula::kModulate_OutputType, oneMinusDstCoeffModulateOutput, in MakeCoverageFormula() 265 return BlendFormula(BlendFormula::kModulate_OutputType, BlendFormula::kCoverage_OutputType, in MakeCoverageDstCoeffZeroFormula() 449 case BlendFormula::kModulate_OutputType: in append_color_output()
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 36 kModulate_OutputType, //<! inputColor * inputCoverage enumerator 179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) || in GetProperties() 180 (SecondaryOut >= kModulate_OutputType && in GetProperties() 184 ((kModulate_OutputType == PrimaryOut || kNone_OutputType == PrimaryOut) && in GetProperties() 201 : BlendFormula(BlendFormula::kModulate_OutputType, BlendFormula::kNone_OutputType, in MakeCoeffFormula() 230 return BlendFormula(BlendFormula::kModulate_OutputType, oneMinusDstCoeffModulateOutput, in MakeCoverageFormula() 265 return BlendFormula(BlendFormula::kModulate_OutputType, BlendFormula::kCoverage_OutputType, in MakeCoverageDstCoeffZeroFormula() 449 case BlendFormula::kModulate_OutputType: in append_color_output()
|