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

  /external/skia/src/gpu/effects/
GrTextureDomain.h 28 kDecal_Mode, // Treat the area outside the domain rectangle as fully transparent.
30 kLastMode = kDecal_Mode
GrTextureDomain.cpp 78 SkASSERT(GrTextureDomain::kDecal_Mode == textureDomain.mode());
247 if (GrTextureDomain::kDecal_Mode == fTextureDomain.mode()) { // TODO: helper
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.h 32 kDecal_Mode,
GrTextureDomain.cpp 84 case kDecal_Mode: {
273 if (GrTextureDomain::kDecal_Mode == fTextureDomain.mode()) { // TODO: helper
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 204 GrTextureDomain::kDecal_Mode,
SkMatrixConvolutionImageFilter.cpp 385 return GrTextureDomain::kDecal_Mode;
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 181 GrTextureDomain::kDecal_Mode,
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 58 GrTextureDomain::kDecal_Mode,
483 GrTextureDomain::kDecal_Mode,
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 58 GrTextureDomain::kDecal_Mode,
482 GrTextureDomain::kDecal_Mode,
    [all...]

Completed in 173 milliseconds