Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureMaker.cpp31 !GrGpu::IsACopyNeededForRepeatWrapMode(fContext->contextPriv().caps(), original.get(), in onRefTextureProxyForParams()
43 !GrGpu::IsACopyNeededForRepeatWrapMode(fContext->contextPriv().caps(), nullptr, in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp92 !GrGpu::IsACopyNeededForRepeatWrapMode(fContext->contextPriv().caps(), proxy.get(), in onRefTextureProxyForParams()
DGrGpu.h400 static bool IsACopyNeededForRepeatWrapMode(const GrCaps*, GrTextureProxy* texProxy,
DGrGpu.cpp48 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode() function in GrGpu