Home
last modified time | relevance | path

Searched refs:curOp (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/tools/mdbviz/
DModel.cpp81 void Model::setCurOp(int curOp) { in setCurOp() argument
82 SkASSERT(curOp < fOps.count()); in setCurOp()
84 if (curOp == fCurOp) { in setCurOp()
88 fCurOp = curOp; in setCurOp()
DModel.h34 void setCurOp(int curOp);
35 int curOp() const { return fCurOp; } in curOp() function
/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp59 alloc->addInterval(fSrc.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
61 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrTransferFromRenderTask.cpp19 alloc->addInterval(fSrcProxy.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrWritePixelsRenderTask.cpp46 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrWaitRenderTask.cpp19 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
DGrTextureResolveRenderTask.cpp56 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
DGrResourceAllocator.h85 unsigned int curOp() const { return fNumOps; } in curOp() function
/third_party/flutter/skia/tools/mdbviz/
DModel.cpp81 void Model::setCurOp(int curOp) { in setCurOp() argument
82 SkASSERT(curOp < fOps.count()); in setCurOp()
84 if (curOp == fCurOp) { in setCurOp()
88 fCurOp = curOp; in setCurOp()
DModel.h34 void setCurOp(int curOp);
35 int curOp() const { return fCurOp; } in curOp() function
/third_party/flutter/skia/src/gpu/
DGrTextureOpList.cpp232 unsigned int cur = alloc->curOp(); in gatherProxyIntervals()
240 alloc->addInterval(fTarget.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
246 alloc->addInterval(p, alloc->curOp(), alloc->curOp(), GrResourceAllocator::ActualUse::kYes in gatherProxyIntervals()
DGrTextureResolveRenderTask.cpp46 alloc->addInterval(fTarget.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrRenderTargetOpList.cpp666 unsigned int cur = alloc->curOp(); in gatherProxyIntervals()
674 alloc->addInterval(fTarget.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
680 alloc->addInterval(p, alloc->curOp(), alloc->curOp(), GrResourceAllocator::ActualUse::kYes in gatherProxyIntervals()
DGrResourceAllocator.cpp61 SkASSERT(fEndOfOpListOpIndices.back() < this->curOp()); in markEndOfOpList()
64 fEndOfOpListOpIndices.push_back(this->curOp()); // This is the first op index of the next opList in markEndOfOpList()
DGrResourceAllocator.h81 unsigned int curOp() const { return fNumOps; } in curOp() function
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp529 for (int curOp = 0; curOp < record.count(); curOp++) { in SkRecordFillBounds() local
530 visitor.setCurrentOp(curOp); in SkRecordFillBounds()
531 record.visit(curOp, visitor); in SkRecordFillBounds()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp924 unsigned int cur = alloc->curOp(); in gatherProxyIntervals()
932 alloc->addInterval(targetProxy, alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
939 alloc->curOp(), in gatherProxyIntervals()
940 alloc->curOp(), in gatherProxyIntervals()
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log3986 …ools-frontend/front_end/cm/codemirror.js(7810,8): error TS2339: Property 'curOp' does not exist on…