Home
last modified time | relevance | path

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

/external/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
/external/skqp/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()
/external/skqp/include/private/
DGrAuditTrail.h157 SkTHashMap<int, Ops*> fClientIDLookup; variable