Searched refs:opListID (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 47 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()
|
D | GrCoverageCountingPathRenderer_none.cpp | 20 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, int rtWidth, in makeClipProcessor() argument
|
D | GrCoverageCountingPathRenderer.h | 94 GrCCPerOpListPaths* lookupPendingPaths(uint32_t opListID);
|
/external/skqp/src/gpu/ |
D | GrAuditTrail.cpp | 88 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()
|
D | GrReducedClip.h | 100 uint32_t opListID, int rtWidth,
|
D | GrClipStackClip.cpp | 243 uint32_t opListID = renderTargetContext->getOpList()->uniqueID(); in apply() local 245 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(ccpr, opListID, rtWidth, rtHeight)) { in apply()
|
D | GrRenderTargetContext.h | 492 using WillAddOpFn = void(GrOp*, uint32_t opListID);
|
D | GrReducedClip.cpp | 965 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/ |
D | OnFlushCallbackTest.cpp | 274 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/ |
D | GrAuditTrail.h | 119 void getBoundsByOpListID(OpInfo* outInfo, int opListID); 150 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
|