Searched refs:proxyID (Results 1 – 3 of 3) sorted by relevance
84 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID);140 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { } in OpNode()
13 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() argument47 OpNode* opNode = new OpNode(proxyID); in addOp()
290 GrSurfaceProxy::UniqueID proxyID = rtc->asSurfaceProxy()->uniqueID(); in drawTo() local304 if (childrenBounds[i].fProxyUniqueID != proxyID) { in drawTo()