Home
last modified time | relevance | path

Searched refs:nextInChain (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/ops/
DGrOp.cpp54 SkASSERT(op == this || (op->prevInChain() && op->prevInChain()->nextInChain() == op)); in validateChain()
56 if (op->nextInChain()) { in validateChain()
57 SkASSERT(op->nextInChain()->prevInChain() == op); in validateChain()
62 op = op->nextInChain(); in validateChain()
DGrOp.h219 return *this = Iter(static_cast<const OpSubclass*>(fCurr->nextInChain()));
245 GrOp* nextInChain() const { return fNextInChain.get(); } in nextInChain() function
DGrTextureOp.cpp781 for (const GrOp* tmp = this->nextInChain(); tmp; tmp = tmp->nextInChain()) { in validate()
864 for (const GrOp* tmp = this->nextInChain(); tmp; tmp = tmp->nextInChain()) { in numChainedQuads()
960 for (GrOp* tmp = this->nextInChain(); tmp; tmp = tmp->nextInChain()) { in propagateCoverageAAThroughoutChain()
/external/skqp/src/gpu/ops/
DGrOp.cpp68 SkASSERT(op == this || (op->prevInChain() && op->prevInChain()->nextInChain() == op)); in validateChain()
70 if (op->nextInChain()) { in validateChain()
71 SkASSERT(op->nextInChain()->prevInChain() == op); in validateChain()
76 op = op->nextInChain(); in validateChain()
DGrOp.h209 return *this = Iter(static_cast<const OpSubclass*>(fCurr->nextInChain()));
235 GrOp* nextInChain() const { return fNextInChain.get(); } in nextInChain() function
/external/skia/tests/
DBulkRectTest.cpp199 tmp = tmp->nextInChain(); in textureop_creation_test()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc58 descriptor->nextInChain = nullptr; in ComboVertexInputDescriptor()
90 const void* nextInChain = nullptr; member
801 descriptor.nextInChain = nullptr; in CreatePipeline()
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp104 fTail = fTail->nextInChain(); in pushTail()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2521 if (nextInChain()) { in advance()
2542 boolean nextInChain() { in nextInChain() method in MapMakerInternalMap.HashIterator
2557 if (advanceTo(nextEntry) || nextInChain()) { in nextInTable()
/external/guava/android/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2526 if (nextInChain()) { in advance()
2547 boolean nextInChain() { in nextInChain() method in MapMakerInternalMap.HashIterator
2562 if (advanceTo(nextEntry) || nextInChain()) { in nextInTable()
/external/skia/src/gpu/
DGrOpsTask.cpp109 fTail = fTail->nextInChain(); in pushTail()
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp951 smDesc.nextInChain = &desc; in createShaderModule()
/external/guava/android/guava/src/com/google/common/cache/
DLocalCache.java4201 if (nextInChain()) {
4222 boolean nextInChain() {
4237 if (advanceTo(nextEntry) || nextInChain()) {
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java4333 if (nextInChain()) {
4354 boolean nextInChain() {
4369 if (advanceTo(nextEntry) || nextInChain()) {