Home
last modified time | relevance | path

Searched refs:fProxyUniqueID (Results 1 – 6 of 6) sorted by relevance

/external/skqp/include/private/
DGrAuditTrail.h114 GrSurfaceProxy::UniqueID fProxyUniqueID; member
141 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { } in OpNode()
146 const GrSurfaceProxy::UniqueID fProxyUniqueID; member
/external/skia/src/gpu/
DGrAuditTrail.h114 GrSurfaceProxy::UniqueID fProxyUniqueID; member
141 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { } in OpNode()
146 const GrSurfaceProxy::UniqueID fProxyUniqueID; member
DGrAuditTrail.cpp93 outOpInfo->fProxyUniqueID = bn->fProxyUniqueID; in copyOutFromOpsTask()
196 writer.appendU32("ProxyID", fProxyUniqueID.asUInt()); in toJson()
/external/skqp/src/gpu/
DGrAuditTrail.cpp93 outOpInfo->fProxyUniqueID = bn->fProxyUniqueID; in copyOutFromOpList()
196 writer.appendU32("ProxyID", fProxyUniqueID.asUInt()); in toJson()
/external/skqp/tools/debugger/
DSkDebugCanvas.cpp186 if (childrenBounds[i].fProxyUniqueID != proxyID) { in drawTo()
/external/skia/tools/debugger/
DDebugCanvas.cpp233 if (childrenBounds[i].fProxyUniqueID != proxyID) { in drawTo()