Home
last modified time | relevance | path

Searched refs:KernelWrapper (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h48 class KernelWrapper { class in GrMatrixConvolutionEffect
57 using MakeResult = std::tuple<KernelWrapper, std::unique_ptr<GrFragmentProcessor>>;
60 KernelWrapper() = default;
61 KernelWrapper(const KernelWrapper& that) : fSize(that.fSize) { in KernelWrapper() function in GrMatrixConvolutionEffect::KernelWrapper
80 bool operator==(const KernelWrapper&) const;
83 KernelWrapper(SkISize size) : fSize(size) { in KernelWrapper() function in GrMatrixConvolutionEffect::KernelWrapper
97 const KernelWrapper& kernel,
112 KernelWrapper fKernel;
H A DGrMatrixConvolutionEffect.cpp42 GrMatrixConvolutionEffect::KernelWrapper::MakeResult
43 GrMatrixConvolutionEffect::KernelWrapper::Make(GrRecordingContext* rContext, in Make()
53 KernelWrapper result(size); in Make()
141 bool GrMatrixConvolutionEffect::KernelWrapper::operator==(const KernelWrapper& k) const { in operator ==()
151 bool GrMatrixConvolutionEffect::KernelWrapper::BiasAndGain::operator==( in operator ==()
271 const KernelWrapper& kernel, in GrMatrixConvolutionEffect()
344 auto [kernelWrapper, kernelFP] = KernelWrapper::Make(context, kernelSize, caps, kernel); in Make()

Completed in 2 milliseconds