Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTextureMaker.cpp34 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(this->context()->priv().caps(), in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp97 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(this->context()->priv().caps(), in onRefTextureProxyForParams()
DGrGpu.h500 static bool IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy,
DGrGpu.cpp85 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips() function in GrGpu
/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp96 if (mipCount && GrGpu::IsACopyNeededForMips(fContext->priv().caps(), in setupMipmapsForPlanes()