Searched refs:proxyID (Results 1 – 4 of 4) sorted by relevance
86 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID);142 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { } in OpNode()
70 uint32_t proxyID = proxy->uniqueID().asUInt(); variable71 if (Interval** intvlPtr = fIntvlHash.find(proxyID)) {100 fIntvlHash.set(proxyID, newIntvl);
13 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() argument47 OpNode* opNode = new OpNode(proxyID); in addOp()
219 GrSurfaceProxy::UniqueID proxyID = rtp->uniqueID(); in drawTo() local236 if (childrenBounds[i].fProxyUniqueID != proxyID) { in drawTo()