Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrSamplerState

16 sk_sp<GrTextureProxy> GrTextureMaker::onRefTextureProxyForParams(const GrSamplerState& params,
21 bool willBeMipped = params.filter() == GrSamplerState::Filter::kMipMap;
100 const GrSamplerState::Filter* filterOrNullForBicubic,
102 const GrSamplerState::Filter* fmForDetermineDomain = filterOrNullForBicubic;
103 if (filterOrNullForBicubic && GrSamplerState::Filter::kMipMap == *filterOrNullForBicubic &&
110 static const GrSamplerState::Filter kBilerp = GrSamplerState::Filter::kBilerp;
114 GrSamplerState samplerState;
116 samplerState = GrSamplerState(GrSamplerState::WrapMode::kClamp, *filterOrNullForBicubic);
119 samplerState = GrSamplerState::ClampNearest();