/external/skia/src/gpu/ |
D | GrAuditTrail.cpp | 87 void GrAuditTrail::copyOutFromOpList(OpInfo* outOpInfo, int opListID) { in copyOutFromOpList() argument 88 SkASSERT(opListID < fOpList.count()); in copyOutFromOpList() 89 const OpNode* bn = fOpList[opListID].get(); in copyOutFromOpList() 124 void GrAuditTrail::getBoundsByOpListID(OpInfo* outInfo, int opListID) { in getBoundsByOpListID() argument 125 this->copyOutFromOpList(outInfo, opListID); in getBoundsByOpListID()
|
D | GrReducedClip.h | 101 uint32_t opListID,
|
D | GrClipStackClip.cpp | 232 uint32_t opListID = renderTargetContext->getOpList()->uniqueID(); in apply() local 234 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(proxyProvider, opListID, in apply()
|
D | GrReducedClip.cpp | 958 GrProxyProvider* proxyProvider, uint32_t opListID, in finishAndDetachAnalyticFPs() argument 967 auto fp = fCCPR->makeClipProcessor(proxyProvider, opListID, ccprClipPath, fScissor, in finishAndDetachAnalyticFPs()
|
/external/skqp/src/gpu/ |
D | GrAuditTrail.cpp | 87 void GrAuditTrail::copyOutFromOpList(OpInfo* outOpInfo, int opListID) { in copyOutFromOpList() argument 88 SkASSERT(opListID < fOpList.count()); in copyOutFromOpList() 89 const OpNode* bn = fOpList[opListID].get(); in copyOutFromOpList() 124 void GrAuditTrail::getBoundsByOpListID(OpInfo* outInfo, int opListID) { in getBoundsByOpListID() argument 125 this->copyOutFromOpList(outInfo, opListID); in getBoundsByOpListID()
|
D | GrReducedClip.h | 101 uint32_t opListID,
|
D | GrClipStackClip.cpp | 232 uint32_t opListID = renderTargetContext->getOpList()->uniqueID(); in apply() local 234 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(proxyProvider, opListID, in apply()
|
D | GrReducedClip.cpp | 958 GrProxyProvider* proxyProvider, uint32_t opListID, in finishAndDetachAnalyticFPs() argument 967 auto fp = fCCPR->makeClipProcessor(proxyProvider, opListID, ccprClipPath, fScissor, in finishAndDetachAnalyticFPs()
|
/external/skqp/tests/ |
D | OnFlushCallbackTest.cpp | 269 void addOp(uint32_t opListID, AtlasedRectOp* op) { in addOp() argument 272 if (opListID == fOps[i].fID) { in addOp() 278 fOps.push({opListID, nullptr}); in addOp() 379 LinkedListHeader* getList(uint32_t opListID) { in getList() argument 381 if (opListID == fOps[i].fID) { in getList() 430 uint32_t opListID = rtc->priv().testingOnly_addDrawOp(std::move(op)); in make_upstream_image() local 432 object->addOp(opListID, sparePtr); in make_upstream_image()
|
/external/skia/tests/ |
D | OnFlushCallbackTest.cpp | 271 void addOp(uint32_t opListID, AtlasedRectOp* op) { in addOp() argument 274 if (opListID == fOps[i].fID) { in addOp() 280 fOps.push({opListID, nullptr}); in addOp() 396 LinkedListHeader* getList(uint32_t opListID) { in getList() argument 398 if (opListID == fOps[i].fID) { in getList() 446 uint32_t opListID = rtc->priv().testingOnly_addDrawOp(std::move(op)); in make_upstream_image() local 448 object->addOp(opListID, sparePtr); in make_upstream_image()
|
/external/skia/include/private/ |
D | GrAuditTrail.h | 118 void getBoundsByOpListID(OpInfo* outInfo, int opListID); 149 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
|
/external/skqp/include/private/ |
D | GrAuditTrail.h | 118 void getBoundsByOpListID(OpInfo* outInfo, int opListID); 149 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 206 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, in makeClipProcessor() argument 213 ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()]; in makeClipProcessor()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 206 uint32_t opListID, const SkPath& deviceSpacePath, const SkIRect& accessRect, in makeClipProcessor() argument 213 ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()]; in makeClipProcessor()
|