Home
last modified time | relevance | path

Searched defs:willNeedMips (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTextureProducer.cpp283 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxy(GrMipMapped willNeedMips) { in refTextureProxy()
DGrGpu.cpp89 bool willNeedMips = GrSamplerState::Filter::kMipMap == filter && caps->mipMapSupport(); in IsACopyNeededForMips() local