Home
last modified time | relevance | path

Searched refs:GrTextureTypeHasRestrictedSampling (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrTexture.h45 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
DGrTextureProxy.h59 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
DGrGeometryProcessor.cpp40 if (GrTextureTypeHasRestrictedSampling(type)) { in clamp_filter()
/third_party/flutter/skia/src/gpu/
DGrTexturePriv.h48 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
DGrPrimitiveProcessor.cpp50 if (GrTextureTypeHasRestrictedSampling(type)) { in clamp_filter()
DGrTextureProxy.h61 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
/third_party/skia/src/image/
DSkImage_GpuBase.cpp213 GrTextureTypeHasRestrictedSampling(backendFormat.textureType())) { in MakePromiseImageLazyProxy()
/third_party/flutter/skia/src/image/
DSkImage_GpuBase.cpp350 GrTextureTypeHasRestrictedSampling(backendFormat.textureType())) { in MakePromiseImageLazyProxy()
/third_party/skia/include/private/
DGrTypesPriv.h554 static inline bool GrTextureTypeHasRestrictedSampling(GrTextureType type) { in GrTextureTypeHasRestrictedSampling() function
/third_party/flutter/skia/include/private/
DGrTypesPriv.h539 static inline bool GrTextureTypeHasRestrictedSampling(GrTextureType type) { in GrTextureTypeHasRestrictedSampling() function