Searched refs:curOp (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/ |
H A 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()
|
H A D | GrTransferFromRenderTask.cpp | 19 alloc->addInterval(fSrcProxy.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
|
H A D | GrWritePixelsRenderTask.cpp | 46 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
|
H A D | GrWaitRenderTask.cpp | 19 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
|
H A D | GrTextureResolveRenderTask.cpp | 56 auto fakeOp = alloc->curOp(); in gatherProxyIntervals()
|
H A D | GrResourceAllocator.h | 85 unsigned int curOp() const { return fNumOps; } in curOp() function in GrResourceAllocator
|
/third_party/skia/tools/mdbviz/ |
H A 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()
|
H A D | Model.h | 34 void setCurOp(int curOp); 35 int curOp() const { return fCurOp; } in curOp() function in Model
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 942 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