Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrAuditTrail.cpp29 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp() local
31 if (!opsLookup) { in addOp()
35 ops = *opsLookup; in addOp()
102 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID() local
103 if (opsLookup) { in getBoundsByClientID()
108 for (int i = 0; i < (*opsLookup)->size(); i++) { in getBoundsByClientID()
109 const Op* op = (**opsLookup)[i]; in getBoundsByClientID()