Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrAuditTrail.cpp30 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp()
34 fClientIDLookup.set(fClientID, ops); in addOp()
103 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID()
134 fClientIDLookup.foreach ([](const int&, Ops** ops) { delete *ops; }); in fullReset()
135 fClientIDLookup.reset(); in fullReset()
161 Ops** ops = fClientIDLookup.find(clientID); in toJson()
DGrAuditTrail.h157 SkTHashMap<int, Ops*> fClientIDLookup; variable
/third_party/skia/src/gpu/
DGrAuditTrail.cpp29 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp()
33 fClientIDLookup.set(fClientID, ops); in addOp()
102 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID()
133 fClientIDLookup.foreach ([](const int&, Ops** ops) { delete *ops; }); in fullReset()
134 fClientIDLookup.reset(); in fullReset()
163 Ops** ops = fClientIDLookup.find(clientID); in toJson()
DGrAuditTrail.h158 SkTHashMap<int, Ops*> fClientIDLookup; variable