Home | History | Annotate | Download | only in gpu

Lines Matching defs:tiled

276 // The desired texture is NPOT and tiled but that isn't supported by
532 bool tiled = NULL != params && params->isTiled();
533 if (tiled && !caps.npotTextureTileSupport()) {