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

  /external/skia/src/gpu/effects/
GrTextureDomain.h 183 fTextureDomain.domain().fLeft, fTextureDomain.domain().fTop,
184 fTextureDomain.domain().fRight, fTextureDomain.domain().fBottom);
189 const GrTextureDomain& textureDomain() const { return fTextureDomain; }
192 GrTextureDomain fTextureDomain;
GrTextureDomain.cpp 245 , fTextureDomain(domain, mode) {
264 return this->fTextureDomain == s.fTextureDomain;
268 if (GrTextureDomain::kDecal_Mode == fTextureDomain.mode()) { // TODO: helper

Completed in 4668 milliseconds