Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp344 class PorterDuffXferProcessor : public GrXferProcessor { class
346 PorterDuffXferProcessor(BlendFormula blendFormula) : fBlendFormula(blendFormula) { in PorterDuffXferProcessor() function in PorterDuffXferProcessor
347 this->initClassID<PorterDuffXferProcessor>(); in PorterDuffXferProcessor()
374 const PorterDuffXferProcessor& xp = xpBase.cast<PorterDuffXferProcessor>(); in onIsEqual()
385 static void append_color_output(const PorterDuffXferProcessor& xp, in append_color_output()
438 const PorterDuffXferProcessor& xp = processor.cast<PorterDuffXferProcessor>(); in GenKey()
446 const PorterDuffXferProcessor& xp = args.fXP.cast<PorterDuffXferProcessor>(); in emitOutputsForBlendState()
465 void PorterDuffXferProcessor::onGetGLSLProcessorKey(const GrGLSLCaps&, in onGetGLSLProcessorKey()
470 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const { in createGLSLInstance()
475 PorterDuffXferProcessor::onGetOptimizations(const GrPipelineOptimizations& optimizations, in onGetOptimizations()
[all …]