Searched refs:GrTextureTypeHasRestrictedSampling (Results 1 – 5 of 5) sorted by relevance
45 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
59 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
40 if (GrTextureTypeHasRestrictedSampling(type)) { in clamp_filter()
213 GrTextureTypeHasRestrictedSampling(backendFormat.textureType())) { in MakePromiseImageLazyProxy()
554 static inline bool GrTextureTypeHasRestrictedSampling(GrTextureType type) { in GrTextureTypeHasRestrictedSampling() function