HomeSort by relevance Sort by last modified time
    Searched defs:GrGLConvolutionEffect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.cpp 18 class GrGLConvolutionEffect : public GrGLFragmentProcessor {
20 GrGLConvolutionEffect(const GrBackendProcessorFactory&, const GrProcessor&);
49 GrGLConvolutionEffect::GrGLConvolutionEffect(const GrBackendProcessorFactory& factory,
58 void GrGLConvolutionEffect::emitCode(GrGLProgramBuilder* builder,
108 void GrGLConvolutionEffect::setData(const GrGLProgramDataManager& pdman,
139 void GrGLConvolutionEffect::GenKey(const GrProcessor& processor, const GrGLCaps&,
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 17 class GrGLConvolutionEffect : public GrGLEffect {
19 GrGLConvolutionEffect(const GrBackendEffectFactory&, const GrDrawEffect&);
48 GrGLConvolutionEffect::GrGLConvolutionEffect(const GrBackendEffectFactory& factory,
57 void GrGLConvolutionEffect::emitCode(GrGLShaderBuilder* builder,
105 void GrGLConvolutionEffect::setData(const GrGLUniformManager& uman,
136 GrGLEffect::EffectKey GrGLConvolutionEffect::GenKey(const GrDrawEffect& drawEffect,

Completed in 2194 milliseconds