Searched refs:IsFunctionallyExact (Results 1 – 7 of 7) sorted by relevance
26 if (GrResourceProvider::IsFunctionallyExact(proxy) && fClip.scissorRect() == rtRect) { in GrClearOp()
647 SkASSERT(GrResourceProvider::IsFunctionallyExact(proxy.get())); in writePathVertices()
47 if (GrResourceProvider::IsFunctionallyExact(inputProxy.get())) { in CopyOnGpu()102 const bool proxyIsExact = GrResourceProvider::IsFunctionallyExact(proxy); in DetermineDomainMode()
242 static bool IsFunctionallyExact(GrSurfaceProxy* proxy);
50 bool GrResourceProvider::IsFunctionallyExact(GrSurfaceProxy* proxy) { in IsFunctionallyExact() function in GrResourceProvider
24 if (GrResourceProvider::IsFunctionallyExact(proxy)) { in can_ignore_rect()
458 if (GrResourceProvider::IsFunctionallyExact(fTextureProxy.get()) && in onAsImage()