Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAuditTrail.cpp30 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp() local
32 if (!opsLookup) { in addOp()
36 ops = *opsLookup; in addOp()
103 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID() local
104 if (opsLookup) { in getBoundsByClientID()
109 for (int i = 0; i < (*opsLookup)->count(); i++) { in getBoundsByClientID()
110 const Op* op = (**opsLookup)[i]; in getBoundsByClientID()
/external/skqp/src/gpu/
DGrAuditTrail.cpp30 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp() local
32 if (!opsLookup) { in addOp()
36 ops = *opsLookup; in addOp()
103 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID() local
104 if (opsLookup) { in getBoundsByClientID()
109 for (int i = 0; i < (*opsLookup)->count(); i++) { in getBoundsByClientID()
110 const Op* op = (**opsLookup)[i]; in getBoundsByClientID()