/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | LockFreeLinkedList.common.kt | 52 …protected override fun onPrepare(affected: LockFreeLinkedListNode, next: LockFreeLinkedListNode): … in onPrepare() method 61 …protected final override fun onPrepare(affected: LockFreeLinkedListNode, next: LockFreeLinkedListN… in onPrepare() method 71 …protected abstract fun onPrepare(affected: LockFreeLinkedListNode, next: LockFreeLinkedListNode): … method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
D | LinkedList.kt | 98 protected actual override fun onPrepare(affected: Node, next: Node): Any? = null in onPrepare() method in kotlinx.coroutines.internal.AddLastDesc 112 …protected actual final override fun onPrepare(affected: LockFreeLinkedListNode, next: LockFreeLink… in onPrepare() method in kotlinx.coroutines.internal.RemoveFirstDesc 124 protected actual abstract fun onPrepare(affected: Node, next: Node): Any? in onPrepare() method in kotlinx.coroutines.internal.AbstractAtomicDesc
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
D | LinkedList.kt | 100 protected actual override fun onPrepare(affected: Node, next: Node): Any? = null in onPrepare() method in kotlinx.coroutines.internal.AddLastDesc 114 …protected actual final override fun onPrepare(affected: LockFreeLinkedListNode, next: LockFreeLink… in onPrepare() method in kotlinx.coroutines.internal.RemoveFirstDesc 126 protected actual abstract fun onPrepare(affected: Node, next: Node): Any? in onPrepare() method in kotlinx.coroutines.internal.AbstractAtomicDesc
|
/external/skqp/src/gpu/ops/ |
D | GrSemaphoreOp.h | 32 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrDrawableOp.h | 41 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrDebugMarkerOp.h | 44 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrClearStencilClipOp.h | 57 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrCopySurfaceOp.h | 56 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrStencilPathOp.h | 61 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrClearOp.h | 92 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrDrawPathOp.h | 60 void onPrepare(GrOpFlushState*) final {} in onPrepare() function
|
D | GrMeshDrawOp.cpp | 15 void GrMeshDrawOp::onPrepare(GrOpFlushState* state) { this->onPrepareDraws(state); } in onPrepare() function in GrMeshDrawOp
|
/external/skia/src/gpu/ops/ |
D | GrDrawableOp.h | 44 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrClearStencilClipOp.h | 57 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrStencilPathOp.h | 59 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrClearOp.h | 94 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
D | GrDrawPathOp.h | 57 void onPrepare(GrOpFlushState*) final {} in onPrepare() function
|
D | GrMeshDrawOp.cpp | 16 void GrMeshDrawOp::onPrepare(GrOpFlushState* state) { this->onPrepareDraws(state); } in onPrepare() function in GrMeshDrawOp
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.h | 42 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellatePathOp.cpp | 26 void GrTessellatePathOp::onPrepare(GrOpFlushState* state) { in onPrepare() function in GrTessellatePathOp
|
/external/skia/src/gpu/ccpr/ |
D | GrStencilAtlasOp.h | 49 void onPrepare(GrOpFlushState*) override {} in onPrepare() function
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | LockFreeLinkedList.kt | 324 protected override fun onPrepare(affected: Node, next: Node): Any? { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode.AddLastDesc 372 final override fun onPrepare(affected: Node, next: Node): Any? { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode.RemoveFirstDesc 393 protected abstract fun onPrepare(affected: Node, next: Node): Any? // non-null on failure in <lambda>() method
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 114 void onPrepare(GrOpFlushState*) override {} in onPrepare() function in LazyProxyTest::Op 345 void onPrepare(GrOpFlushState*) override {} in onPrepare() function in LazyFailedInstantiationTestOp 420 void onPrepare(GrOpFlushState*) override {} in onPrepare() function in LazyDeinstantiateTestOp
|
/external/skqp/src/gpu/ |
D | GrTextureOpList.cpp | 75 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() function in GrTextureOpList
|
/external/skqp/gm/ |
D | clockwise.cpp | 110 void onPrepare(GrOpFlushState*) override {} in onPrepare() function in skiagm::ClockwiseTestOp
|