Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp29 class ComposeTwoFragmentProcessor : public GrFragmentProcessor { class
31 ComposeTwoFragmentProcessor(sk_sp<GrFragmentProcessor> src, sk_sp<GrFragmentProcessor> dst, in ComposeTwoFragmentProcessor() function in ComposeTwoFragmentProcessor
34 this->initClassID<ComposeTwoFragmentProcessor>(); in ComposeTwoFragmentProcessor()
134 const ComposeTwoFragmentProcessor& cs = other.cast<ComposeTwoFragmentProcessor>(); in onIsEqual()
170 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(ComposeTwoFragmentProcessor);
173 sk_sp<GrFragmentProcessor> ComposeTwoFragmentProcessor::TestCreate(GrProcessorTestData* d) { in TestCreate()
183 new ComposeTwoFragmentProcessor(std::move(fpA), std::move(fpB), mode)); in TestCreate()
187 GrGLSLFragmentProcessor* ComposeTwoFragmentProcessor::onCreateGLSLInstance() const{ in onCreateGLSLInstance()
196 const ComposeTwoFragmentProcessor& cs = args.fFp.cast<ComposeTwoFragmentProcessor>(); in emitCode()
238 new ComposeTwoFragmentProcessor(std::move(src), std::move(dst), mode)); in MakeFromTwoProcessors()