Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureMaker.cpp34 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(fContext->contextPriv().caps(), in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp95 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(fContext->contextPriv().caps(), in onRefTextureProxyForParams()
DGrGpu.h410 static bool IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy,
DGrGpu.cpp88 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips() function in GrGpu
/external/skqp/src/image/
DSkImage_GpuYUVA.cpp85 if (mipCount && GrGpu::IsACopyNeededForMips(fContext->contextPriv().caps(), in setupMipmapsForPlanes()