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

  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 140 GrTexture* backgroundTex = background.getTexture();
141 if (backgroundTex) {
142 context = backgroundTex->getContext();
178 if (backgroundTex) {
180 backgroundMatrix.setIDiv(backgroundTex->width(), backgroundTex->height());
184 backgroundTex, backgroundMatrix,
185 GrTextureDomain::MakeTexelDomain(backgroundTex, background.bounds()),
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture();
286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height);

Completed in 510 milliseconds