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

  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 128 GrTexture* backgroundTex = background.getTexture();
130 if (NULL == backgroundTex) {
157 if (!fMode || !fMode->asFragmentProcessor(&xferProcessor, backgroundTex)) {
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture();
286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height);

Completed in 349 milliseconds