/third_party/skia/tools/mdbviz/ |
D | Model.cpp | 81 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()
|
D | Model.h | 34 void setCurOp(int curOp); 35 int curOp() const { return fCurOp; } in curOp() function
|
/third_party/skia/src/gpu/ |
D | GrCopyRenderTask.cpp | 59 alloc->addInterval(fSrc.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals() 61 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
|
D | GrTransferFromRenderTask.cpp | 19 alloc->addInterval(fSrcProxy.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
|
D | GrWritePixelsRenderTask.cpp | 46 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
|
D | GrWaitRenderTask.cpp | 19 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
|
D | GrTextureResolveRenderTask.cpp | 56 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
|
D | GrResourceAllocator.h | 85 unsigned int curOp() const { return fNumOps; } in curOp() function
|
/third_party/flutter/skia/tools/mdbviz/ |
D | Model.cpp | 81 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()
|
D | Model.h | 34 void setCurOp(int curOp); 35 int curOp() const { return fCurOp; } in curOp() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrTextureOpList.cpp | 232 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()
|
D | GrTextureResolveRenderTask.cpp | 46 alloc->addInterval(fTarget.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
|
D | GrRenderTargetOpList.cpp | 666 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()
|
D | GrResourceAllocator.cpp | 61 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()
|
D | GrResourceAllocator.h | 81 unsigned int curOp() const { return fNumOps; } in curOp() function
|
/third_party/flutter/skia/src/core/ |
D | SkRecordDraw.cpp | 529 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/ |
D | OpsTask.cpp | 924 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/ |
D | chrome-devtools-frontend.log | 3986 …ools-frontend/front_end/cm/codemirror.js(7810,8): error TS2339: Property 'curOp' does not exist on…
|