Home | History | Annotate | Download | only in effects

Lines Matching refs:displacementMap

256     static const char* Name() { return "DisplacementMap"; }
477 const GrDisplacementMapEffect& displacementMap = GetEffectFromStage<GrDisplacementMapEffect>(stage);
478 GrTexture* displTex = displacementMap.texture(0);
479 GrTexture* colorTex = displacementMap.texture(1);
489 uman.set2f(fScaleUni, SkScalarToFloat(displacementMap.scale()),
491 SkScalarToFloat(displacementMap.scale()) :
492 SkScalarToFloat(-displacementMap.scale()));
497 const GrDisplacementMapEffect& displacementMap =
500 GrTexture* displTex = displacementMap.texture(0);
501 GrTexture* colorTex = displacementMap.texture(1);
512 EffectKey xKey = displacementMap.xChannelSelector() << (2 * GrGLEffectMatrix::kKeyBits);
513 EffectKey yKey = displacementMap.yChannelSelector() << (2 * GrGLEffectMatrix::kKeyBits +