Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAuditTrail.cpp88 void GrAuditTrail::copyOutFromOpsTask(OpInfo* outOpInfo, int opsTaskID) { in copyOutFromOpsTask() argument
92 outOpInfo->fBounds = bn->fBounds; in copyOutFromOpsTask()
93 outOpInfo->fProxyUniqueID = bn->fProxyUniqueID; in copyOutFromOpsTask()
95 OpInfo::Op& outOp = outOpInfo->fOps.push_back(); in copyOutFromOpsTask()
115 OpInfo& outOpInfo = outInfo->push_back(); in getBoundsByClientID() local
119 this->copyOutFromOpsTask(&outOpInfo, op->fOpsTaskID); in getBoundsByClientID()
DGrAuditTrail.h150 void copyOutFromOpsTask(OpInfo* outOpInfo, int opsTask);
/external/skqp/src/gpu/
DGrAuditTrail.cpp88 void GrAuditTrail::copyOutFromOpList(OpInfo* outOpInfo, int opListID) { in copyOutFromOpList() argument
92 outOpInfo->fBounds = bn->fBounds; in copyOutFromOpList()
93 outOpInfo->fProxyUniqueID = bn->fProxyUniqueID; in copyOutFromOpList()
95 OpInfo::Op& outOp = outOpInfo->fOps.push_back(); in copyOutFromOpList()
115 OpInfo& outOpInfo = outInfo->push_back(); in getBoundsByClientID() local
119 this->copyOutFromOpList(&outOpInfo, op->fOpListID); in getBoundsByClientID()
/external/skqp/include/private/
DGrAuditTrail.h150 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);