Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp505 class ShaderPDXferProcessor : public GrXferProcessor { class
507 ShaderPDXferProcessor(const DstTexture* dstTexture, in ShaderPDXferProcessor() function in ShaderPDXferProcessor
512 this->initClassID<ShaderPDXferProcessor>(); in ShaderPDXferProcessor()
530 const ShaderPDXferProcessor& xp = xpBase.cast<ShaderPDXferProcessor>(); in onIsEqual()
544 const ShaderPDXferProcessor& xp = processor.cast<ShaderPDXferProcessor>(); in GenKey()
557 const ShaderPDXferProcessor& xp = proc.cast<ShaderPDXferProcessor>(); in emitBlendCodeForDstRead()
573 void ShaderPDXferProcessor::onGetGLSLProcessorKey(const GrGLSLCaps&, in onGetGLSLProcessorKey()
578 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const { in createGLSLInstance()
743 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fXfermode); in onCreateXferProcessor()
763 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fXfermode); in onCreateXferProcessor()
[all …]