Searched refs:willNeedMips (Results 1 – 3 of 3) sorted by relevance
254 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxy(GrMipMapped willNeedMips) { in refTextureProxy() argument256 GrMipMapped::kNo == willNeedMips ? GrSamplerState::Filter::kNearest in refTextureProxy()
103 sk_sp<GrTextureProxy> refTextureProxy(GrMipMapped willNeedMips);
92 bool willNeedMips = GrSamplerState::Filter::kMipMap == filter && caps->mipMapSupport(); in IsACopyNeededForMips() local95 if (willNeedMips && texProxy->mipMapped() == GrMipMapped::kNo) { in IsACopyNeededForMips()