Searched defs:GrGLMatrixConvolutionEffect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp14 class GrGLMatrixConvolutionEffect : public GrGLFragmentProcessor { class in inherits:GrGLFragmentProcessor
16 GrGLMatrixConvolutionEffect(const GrBackendProcessorFactory& factory,
46 GrGLMatrixConvolutionEffect::GrGLMatrixConvolutionEffect(const GrBackendProcessorFactory& factory, function in class:GrGLMatrixConvolutionEffect
54 void GrGLMatrixConvolutionEffect::emitCode(GrGLProgramBuilder* builder,
123 void GrGLMatrixConvolutionEffect::GenKey(const GrProcessor& processor,
133 void GrGLMatrixConvolutionEffect::setData(const GrGLProgramDataManager& pdman,
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp328 class GrGLMatrixConvolutionEffect;
371 typedef GrGLMatrixConvolutionEffect GLEffect;
402 class GrGLMatrixConvolutionEffect : public GrGLEffect { class in inherits:GrGLEffect
404 GrGLMatrixConvolutionEffect(const GrBackendEffectFactory& factory,
435 GrGLMatrixConvolutionEffect::GrGLMatrixConvolutionEffect(const GrBackendEffectFactory& factory, function in class:GrGLMatrixConvolutionEffect
466 void GrGLMatrixConvolutionEffect::emitCode(GrGLShaderBuilder* builder,
540 GrGLEffect::EffectKey GrGLMatrixConvolutionEffect::GenKey(const GrDrawEffect& drawEffect,
549 void GrGLMatrixConvolutionEffect::setData(const GrGLUniformManager& uman,

Completed in 1369 milliseconds