Searched refs:backgroundTexture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkArithmeticMode.cpp290 GrTexture* backgroundTexture() const { return fBackgroundAccess.getTexture(); } function in class:GrArithmeticEffect
340 backgroundTexture() == s.backgroundTexture();
371 GrTexture* backgroundTex = fp.cast<GrArithmeticEffect>().backgroundTexture();
423 if (arith.backgroundTexture()) {
/external/skia/src/effects/
H A DSkArithmeticMode.cpp278 GrTexture* backgroundTexture() const { return fBackgroundAccess.getTexture(); } function in class:GrArithmeticEffect
328 backgroundTexture() == s.backgroundTexture();
359 GrTexture* backgroundTex = drawEffect.castEffect<GrArithmeticEffect>().backgroundTexture();
409 if (arith.backgroundTexture()) {

Completed in 147 milliseconds