HomeSort by relevance Sort by last modified time
    Searched refs:kNearest (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/skia/include/gpu/
GrSamplerState.h 18 enum class Filter : uint8_t { kNearest, kBilerp, kMipMap };
26 constexpr GrSamplerState() : GrSamplerState(WrapMode::kClamp, Filter::kNearest) {}
  /external/skqp/include/gpu/
GrSamplerState.h 18 enum class Filter : uint8_t { kNearest, kBilerp, kMipMap };
26 constexpr GrSamplerState() : GrSamplerState(WrapMode::kClamp, Filter::kNearest) {}
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.fp 28 GrSamplerState(GrSamplerState::WrapMode::kClamp, GrSamplerState::Filter::kNearest)));
72 : GrSamplerState::Filter::kNearest);
GrBicubicEffect.cpp 130 GrSamplerState(wrapModes, GrSamplerState::Filter::kNearest)) {
174 *filterMode = GrSamplerState::Filter::kNearest;
189 *filterMode = GrSamplerState::Filter::kNearest;
198 *filterMode = GrSamplerState::Filter::kNearest;
GrSimpleTextureEffect.h 25 GrSamplerState::Filter::kNearest)));
GrSimpleTextureEffect.cpp 83 : GrSamplerState::Filter::kNearest);
  /external/skqp/src/gpu/effects/
GrSimpleTextureEffect.fp 28 GrSamplerState(GrSamplerState::WrapMode::kClamp, GrSamplerState::Filter::kNearest)));
72 : GrSamplerState::Filter::kNearest);
GrBicubicEffect.cpp 133 GrSamplerState(wrapModes, GrSamplerState::Filter::kNearest)) {
191 *filterMode = GrSamplerState::Filter::kNearest;
206 *filterMode = GrSamplerState::Filter::kNearest;
215 *filterMode = GrSamplerState::Filter::kNearest;
GrSimpleTextureEffect.h 25 GrSamplerState::Filter::kNearest)));
GrSimpleTextureEffect.cpp 83 : GrSamplerState::Filter::kNearest);
  /external/skia/src/gpu/mtl/
GrMtlSampler.mm 44 GR_STATIC_ASSERT((int)GrSamplerState::Filter::kNearest == 0);
  /external/skqp/src/gpu/mtl/
GrMtlSampler.mm 44 GR_STATIC_ASSERT((int)GrSamplerState::Filter::kNearest == 0);
  /external/skia/src/gpu/
GrTextureProducer.cpp 38 if (copyParams.fFilter != GrSamplerState::Filter::kNearest) {
44 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing &&
129 case GrSamplerState::Filter::kNearest:
289 GrMipMapped::kNo == willNeedMips ? GrSamplerState::Filter::kNearest
GrFragmentProcessor.h 422 GrSamplerState::Filter = GrSamplerState::Filter::kNearest,
429 GrSamplerState::Filter = GrSamplerState::Filter::kNearest,
GrGpu.cpp 61 case GrSamplerState::Filter::kNearest:
62 copyParams->fFilter = GrSamplerState::Filter::kNearest;
77 copyParams->fFilter = GrSamplerState::Filter::kNearest;
95 copyParams->fFilter = GrSamplerState::Filter::kNearest;
  /external/skqp/src/gpu/
GrTextureProducer.cpp 35 if (copyParams.fFilter != GrSamplerState::Filter::kNearest) {
41 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing &&
126 case GrSamplerState::Filter::kNearest:
256 GrMipMapped::kNo == willNeedMips ? GrSamplerState::Filter::kNearest
GrGpu.cpp 62 case GrSamplerState::Filter::kNearest:
63 copyParams->fFilter = GrSamplerState::Filter::kNearest;
78 copyParams->fFilter = GrSamplerState::Filter::kNearest;
96 copyParams->fFilter = GrSamplerState::Filter::kNearest;
GrFragmentProcessor.h 416 GrSamplerState::Filter = GrSamplerState::Filter::kNearest,
423 GrSamplerState::Filter = GrSamplerState::Filter::kNearest,
  /external/skia/src/gpu/ccpr/
GrCCClipProcessor.cpp 23 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest,
  /external/skqp/src/gpu/ccpr/
GrCCClipProcessor.cpp 23 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest,
  /external/skia/gm/
clockwise.cpp 162 GrSamplerState::Filter::kNearest, SkBlendMode::kSrcOver,
179 GrSamplerState::Filter::kNearest, SkBlendMode::kSrcOver,
texturedomaineffect.cpp 127 if (fFilter != GrSamplerState::Filter::kNearest &&
167 DEF_GM(return new TextureDomainEffect(GrSamplerState::Filter::kNearest);)
yuvtorgbeffect.cpp 112 GrSamplerState::Filter::kNearest));
228 GrSamplerState::Filter::kNearest);
  /external/skqp/gm/
clockwise.cpp 165 GrSamplerState::Filter::kNearest, SK_PMColor4fWHITE, {0, 0, 100, 200},
181 GrSamplerState::Filter::kNearest, SK_PMColor4fWHITE, {0, 0, 100, 200},
texturedomaineffect.cpp 136 if (fFilter != GrSamplerState::Filter::kNearest &&
175 DEF_GM(return new TextureDomainEffect(GrSamplerState::Filter::kNearest);)

Completed in 700 milliseconds

1 2 3