Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp47 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths() argument
48 auto it = fPendingPaths.find(opListID); in lookupPendingPaths()
51 it = fPendingPaths.insert(std::make_pair(opListID, std::move(paths))).first; in lookupPendingPaths()
152 auto addToOwningPerOpListPaths = [this](GrOp* op, uint32_t opListID) { in recordOp() argument
154 sk_ref_sp(this->lookupPendingPaths(opListID))); in recordOp()
161 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
168 this->lookupPendingPaths(opListID)->fClipPaths[deviceSpacePath.getGenerationID()]; in makeClipProcessor()
DGrCoverageCountingPathRenderer_none.cpp20 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
DGrCoverageCountingPathRenderer.h94 GrCCPerOpListPaths* lookupPendingPaths(uint32_t opListID);
/external/skqp/src/gpu/
DGrAuditTrail.cpp88 void GrAuditTrail::copyOutFromOpList(OpInfo* outOpInfo, int opListID) { in copyOutFromOpList() argument
89 SkASSERT(opListID < fOpList.count()); in copyOutFromOpList()
90 const OpNode* bn = fOpList[opListID].get(); in copyOutFromOpList()
125 void GrAuditTrail::getBoundsByOpListID(OpInfo* outInfo, int opListID) { in getBoundsByOpListID() argument
126 this->copyOutFromOpList(outInfo, opListID); in getBoundsByOpListID()
DGrReducedClip.h100 uint32_t opListID, int rtWidth,
DGrClipStackClip.cpp243 uint32_t opListID = renderTargetContext->getOpList()->uniqueID(); in apply() local
245 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(ccpr, opListID, rtWidth, rtHeight)) { in apply()
DGrRenderTargetContext.h492 using WillAddOpFn = void(GrOp*, uint32_t opListID);
DGrReducedClip.cpp965 GrCoverageCountingPathRenderer* ccpr, uint32_t opListID, int rtWidth, int rtHeight) { in finishAndDetachAnalyticFPs() argument
974 auto fp = ccpr->makeClipProcessor(opListID, ccprClipPath, fScissor, rtWidth, rtHeight, in finishAndDetachAnalyticFPs()
/external/skqp/tests/
DOnFlushCallbackTest.cpp274 void addOp(uint32_t opListID, AtlasedRectOp* op) { in addOp() argument
277 if (opListID == fOps[i].fID) { in addOp()
283 fOps.push_back({opListID, nullptr}); in addOp()
403 LinkedListHeader* getList(uint32_t opListID) { in getList() argument
405 if (opListID == fOps[i].fID) { in getList()
457 uint32_t opListID; in make_upstream_image() local
459 [&opListID](GrOp* op, uint32_t id) { opListID = id; }); in make_upstream_image()
460 SkASSERT(SK_InvalidUniqueID != opListID); in make_upstream_image()
462 object->addOp(opListID, sparePtr); in make_upstream_image()
/external/skqp/include/private/
DGrAuditTrail.h119 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
150 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);