Home
last modified time | relevance | path

Searched refs:fSamplerState (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrFragmentProcessor.h414 , fSamplerState(that.fSamplerState) {} in TextureSampler()
431 fSamplerState == that.fSamplerState;
445 const GrSamplerState& samplerState() const { return fSamplerState; } in samplerState()
452 GrSamplerState fSamplerState; variable
DGrPrimitiveProcessor.cpp74 fSamplerState = samplerState; in reset()
75 fSamplerState.setFilterMode(clamp_filter(textureType, samplerState.filter())); in reset()
87 fSamplerState = GrSamplerState(wrapXAndY, filterMode); in reset()
DGrPrimitiveProcessor.h275 const GrSamplerState& samplerState() const { return fSamplerState; } in samplerState()
283 GrSamplerState fSamplerState;
DGrFragmentProcessor.cpp434 fSamplerState = samplerState; in reset()
435 fSamplerState.setFilterMode(SkTMin(samplerState.filter(), this->proxy()->highestFilterMode())); in reset()
443 fSamplerState = GrSamplerState(wrapXAndY, filterMode); in reset()
/third_party/skia/src/gpu/effects/
DGrTextureEffect.h100 GrSamplerState samplerState() const { return fSamplerState; } in samplerState()
159 GrSamplerState fSamplerState; variable
DGrTextureEffect.cpp736 if (fSamplerState != that.fSamplerState) { in onIsEqual()
763 , fSamplerState(sampling.fHWSampler) in GrTextureEffect()
778 , fSamplerState(src.fSamplerState) in GrTextureEffect()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h504 GrSamplerState samplerState() const { return fSamplerState; } in samplerState()
510 GrSamplerState fSamplerState;
DGrGeometryProcessor.cpp55 fSamplerState = samplerState; in reset()
56 fSamplerState.setFilterMode(clamp_filter(backendFormat.textureType(), samplerState.filter())); in reset()