Home
last modified time | relevance | path

Searched refs:colorPOI (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp323 static BlendFormula get_blend_formula(const GrProcOptInfo& colorPOI, in get_blend_formula() argument
331 return gBlendTable[colorPOI.isOpaque()][conflatesCoverage][xfermode]; in get_blend_formula()
586 static GrXferProcessor* Create(SkXfermode::Mode xfermode, const GrProcOptInfo& colorPOI);
658 const GrProcOptInfo& colorPOI) { in Create() argument
663 if (kRGBA_GrColorComponentFlags != colorPOI.validFlags()) { in Create()
667 GrColor blendConstant = GrUnpremulColor(colorPOI.color()); in Create()
770 void GrPorterDuffXPFactory::getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
773 BlendFormula colorFormula = gBlendTable[colorPOI.isOpaque()][0][fXfermode]; in getInvariantBlendedColor()
791 blendedColor->fKnownColor = colorPOI.color(); in getInvariantBlendedColor()
792 blendedColor->fKnownColorFlags = colorPOI.validFlags(); in getInvariantBlendedColor()
DGrDisableColorXP.h20 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
DGrCustomXfermode.cpp331 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI,
381 void CustomXPFactory::getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
DGrCoverageSetOpXP.cpp332 void GrCoverageSetOpXPFactory::getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
/external/skia/include/gpu/effects/
DGrCoverageSetOpXP.h26 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI,
DGrPorterDuffXferProcessor.h21 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI,
/external/skia/src/gpu/
DGrPipeline.cpp182 const GrProcOptInfo& colorPOI, in adjustProgramFromOptimizations() argument
193 if (colorPOI.readsFragPosition()) { in adjustProgramFromOptimizations()
DGrPipeline.h174 const GrProcOptInfo& colorPOI,
/external/skia/src/effects/
DSkArithmeticMode_gpu.h84 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI,
DSkArithmeticMode_gpu.cpp274 void GrArithmeticXPFactory::getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
DSkPixelXorXfermode.cpp324 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
DSkAvoidXfermode.cpp469 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
/external/skia/include/gpu/
DGrXferProcessor.h323 virtual void getInvariantBlendedColor(const GrProcOptInfo& colorPOI,
/external/skia/tools/debugger/
DSkOverdrawMode.cpp214 void getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor() argument
/external/skia/tests/
DGrPorterDuffTest.cpp1118 GrProcOptInfo colorPOI = opts.fColorPOI; in test_lcd_coverage_fallback_case() local
1121 SkASSERT(kRGBA_GrColorComponentFlags == colorPOI.validFlags()); in test_lcd_coverage_fallback_case()
1135 xpf->getInvariantBlendedColor(colorPOI, &blendedColor); in test_lcd_coverage_fallback_case()