Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp72 class CustomXP : public GrXferProcessor { class
74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP
79 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP
121 const CustomXP& xp = p.cast<CustomXP>(); in GenKey()
136 const CustomXP& xp = args.fXP.cast<CustomXP>(); in emitOutputsForBlendState()
156 const CustomXP& xp = proc.cast<CustomXP>(); in emitBlendCodeForDstRead()
173 void CustomXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
177 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
182 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { in onIsEqual()
183 const CustomXP& s = other.cast<CustomXP>(); in onIsEqual()
[all …]
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp72 class CustomXP : public GrXferProcessor { class
74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() function in CustomXP
79 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() function in CustomXP
121 const CustomXP& xp = p.cast<CustomXP>(); in GenKey()
136 const CustomXP& xp = args.fXP.cast<CustomXP>(); in emitOutputsForBlendState()
156 const CustomXP& xp = proc.cast<CustomXP>(); in emitBlendCodeForDstRead()
173 void CustomXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
177 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
182 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { in onIsEqual()
183 const CustomXP& s = other.cast<CustomXP>(); in onIsEqual()
[all …]