Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureMaker.cpp28 bool needsCopyForMipsOnly = false; in onRefTextureProxyForParams() local
34 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(fContext->contextPriv().caps(), in onRefTextureProxyForParams()
37 if (!needsCopyForMipsOnly) { in onRefTextureProxyForParams()
83 if (needsCopyForMipsOnly) { in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp90 bool needsCopyForMipsOnly = false; in onRefTextureProxyForParams() local
95 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(fContext->contextPriv().caps(), in onRefTextureProxyForParams()
98 if (!needsCopyForMipsOnly) { in onRefTextureProxyForParams()
104 if (!result && needsCopyForMipsOnly) { in onRefTextureProxyForParams()
/external/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()
83 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()