Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTextureMaker.cpp28 bool needsCopyForMipsOnly = false; in onRefTextureProxyForParams() local
34 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(this->context()->priv().caps(), in onRefTextureProxyForParams()
37 if (!needsCopyForMipsOnly) { in onRefTextureProxyForParams()
85 if (needsCopyForMipsOnly) { in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp92 bool needsCopyForMipsOnly = false; in onRefTextureProxyForParams() local
97 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(this->context()->priv().caps(), in onRefTextureProxyForParams()
100 if (!needsCopyForMipsOnly) { in onRefTextureProxyForParams()
106 if (!result && needsCopyForMipsOnly) { in onRefTextureProxyForParams()