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

  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 239 class GrGLArithmeticEffect : public GrGLEffect {
241 GrGLArithmeticEffect(const GrBackendEffectFactory&, const GrDrawEffect&);
242 virtual ~GrGLArithmeticEffect();
273 typedef GrGLArithmeticEffect GLEffect;
335 GrGLArithmeticEffect::GrGLArithmeticEffect(const GrBackendEffectFactory& factory,
340 GrGLArithmeticEffect::~GrGLArithmeticEffect() {
343 void GrGLArithmeticEffect::emitCode(GrGLShaderBuilder* builder,
391 void GrGLArithmeticEffect::setData(const GrGLUniformManager& uman, const GrDrawEffect& drawEffect)
    [all...]
  /external/skia/src/effects/
SkArithmeticMode.cpp 239 class GrGLArithmeticEffect : public GrGLEffect {
241 GrGLArithmeticEffect(const GrBackendEffectFactory&, const GrDrawEffect&);
242 virtual ~GrGLArithmeticEffect();
273 typedef GrGLArithmeticEffect GLEffect;
335 GrGLArithmeticEffect::GrGLArithmeticEffect(const GrBackendEffectFactory& factory,
340 GrGLArithmeticEffect::~GrGLArithmeticEffect() {
343 void GrGLArithmeticEffect::emitCode(GrGLShaderBuilder* builder,
391 void GrGLArithmeticEffect::setData(const GrGLUniformManager& uman, const GrDrawEffect& drawEffect)
    [all...]

Completed in 353 milliseconds