Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConvolutionEffect.cpp17 class GrGLConvolutionEffect : public GrGLSLFragmentProcessor { class
34 void GrGLConvolutionEffect::emitCode(EmitArgs& args) { in emitCode()
93 void GrGLConvolutionEffect::onSetData(const GrGLSLProgramDataManager& pdman, in onSetData()
125 void GrGLConvolutionEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&, in GenKey()
189 GrGLConvolutionEffect::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
193 return new GrGLConvolutionEffect; in onCreateGLSLInstance()