Searched defs:kIgnore_Mode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h28 kIgnore_Mode, enumerator in enum:GrTextureDomain::Mode
44 static const GrTextureDomain gDomain(gDummyRect, kIgnore_Mode);
72 return fMode == that.fMode && (kIgnore_Mode == fMode || fDomain == that.fDomain);
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h26 kIgnore_Mode, // Ignore the texture domain rectangle. enumerator in enum:GrTextureDomain::Mode
36 static const GrTextureDomain gDomain(gDummyRect, kIgnore_Mode);

Completed in 118 milliseconds