Searched refs:refsWrappedObjects (Results 1 – 7 of 7) sorted by relevance
69 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects() function in GrRenderTargetProxy74 return fTarget->resourcePriv().refsWrappedObjects(); in refsWrappedObjects()
109 bool refsWrappedObjects() const { in refsWrappedObjects() function110 return fRenderTargetContext->fRenderTargetProxy->refsWrappedObjects(); in refsWrappedObjects()
125 SkASSERT(!resource->resourcePriv().refsWrappedObjects()); in insertResource()372 if (!resource->resourcePriv().refsWrappedObjects() && in notifyCntReachedZero()687 SkASSERT(!resource->resourcePriv().refsWrappedObjects()); in validate()695 SkASSERT(!resource->resourcePriv().refsWrappedObjects()); in validate()700 SkASSERT(!resource->resourcePriv().refsWrappedObjects()); in validate()
55 bool refsWrappedObjects() const { return fResource->fRefsWrappedObjects; } in refsWrappedObjects() function
202 if (resource->resourcePriv().refsWrappedObjects()) { in update()
57 bool refsWrappedObjects() const;
106 if (!srcProxy || rtc->priv().refsWrappedObjects()) { in onNewImageSnapshot()