Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTextureProducer.cpp35 bool needsDomain = false; in CopyOnGpu() local
40 needsDomain = resizing && !GrProxyProvider::IsFunctionallyExact(inputProxy.get()); in CopyOnGpu()
43 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing && in CopyOnGpu()
61 if (needsDomain) { in CopyOnGpu()