Home
last modified time | relevance | path

Searched refs:curOp (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
H A DGrCopyRenderTask.cpp59 alloc->addInterval(fSrc.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
61 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
H A DGrTransferFromRenderTask.cpp19 alloc->addInterval(fSrcProxy.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
H A DGrWritePixelsRenderTask.cpp46 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
H A DGrWaitRenderTask.cpp19 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
H A DGrTextureResolveRenderTask.cpp56 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
H A DGrResourceAllocator.h85 unsigned int curOp() const { return fNumOps; } in curOp() function in GrResourceAllocator
/third_party/skia/tools/mdbviz/
H A 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()
H A DModel.h34 void setCurOp(int curOp);
35 int curOp() const { return fCurOp; } in curOp() function in Model
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp942 unsigned int cur = alloc->curOp(); in gatherProxyIntervals()
950 alloc->addInterval(targetProxy, alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
957 alloc->curOp(), in gatherProxyIntervals()
958 alloc->curOp(), in gatherProxyIntervals()

Completed in 5 milliseconds