Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrAuditTrail.h86 void addOp(const GrOp*, GrRenderTargetProxy::UniqueID proxyID);
142 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { } in OpNode()
DGrResourceAllocator.cpp70 uint32_t proxyID = proxy->uniqueID().asUInt(); variable
71 if (Interval** intvlPtr = fIntvlHash.find(proxyID)) {
100 fIntvlHash.set(proxyID, newIntvl);
DGrAuditTrail.cpp13 void GrAuditTrail::addOp(const GrOp* op, GrRenderTargetProxy::UniqueID proxyID) { in addOp() argument
47 OpNode* opNode = new OpNode(proxyID); in addOp()
/third_party/skia/tools/debugger/
DDebugCanvas.cpp219 GrSurfaceProxy::UniqueID proxyID = rtp->uniqueID(); in drawTo() local
236 if (childrenBounds[i].fProxyUniqueID != proxyID) { in drawTo()