HomeSort by relevance Sort by last modified time
    Searched refs:GrGLBicubicEffect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.h 16 class GrGLBicubicEffect;
29 typedef GrGLBicubicEffect GLProcessor;
GrBicubicEffect.cpp 22 class GrGLBicubicEffect : public GrGLFragmentProcessor {
24 GrGLBicubicEffect(const GrBackendProcessorFactory& factory,
53 GrGLBicubicEffect::GrGLBicubicEffect(const GrBackendProcessorFactory& factory, const GrProcessor&)
57 void GrGLBicubicEffect::emitCode(GrGLProgramBuilder* builder,
118 void GrGLBicubicEffect::setData(const GrGLProgramDataManager& pdman,
  /external/skia/src/gpu/effects/
GrBicubicEffect.h 17 class GrGLBicubicEffect;
30 typedef GrGLBicubicEffect GLEffect;
GrBicubicEffect.cpp 13 class GrGLBicubicEffect : public GrGLEffect {
15 GrGLBicubicEffect(const GrBackendEffectFactory& factory,
43 GrGLBicubicEffect::GrGLBicubicEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&)
47 void GrGLBicubicEffect::emitCode(GrGLShaderBuilder* builder,
107 void GrGLBicubicEffect::setData(const GrGLUniformManager& uman,

Completed in 413 milliseconds