Home
last modified time | relevance | path

Searched defs:onExecute (Results 1 – 25 of 53) sorted by relevance

123

/external/perfetto/ui/src/widgets/
Deditor.ts31 onExecute?: (text: string) => void; property
43 const onExecute = attrs.onExecute; constant
/external/skia/src/gpu/ganesh/
DGrTransferFromRenderTask.cpp24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTransferFromRenderTask
DGrWaitRenderTask.cpp26 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrWaitRenderTask
DGrBufferUpdateRenderTask.cpp33 bool GrBufferUpdateRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrBufferUpdateRenderTask
DGrBufferTransferRenderTask.cpp41 bool GrBufferTransferRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrBufferTransferRenderTask
DGrWritePixelsRenderTask.cpp58 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrWritePixelsTask
DGrCopyRenderTask.cpp81 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrCopyRenderTask
DGrTextureResolveRenderTask.cpp93 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTextureResolveRenderTask
DGrDDLTask.cpp87 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrDDLTask
/external/skia/src/gpu/ganesh/ops/
DDrawableOp.cpp32 void DrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::DrawableOp
DClearOp.cpp86 void ClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::ClearOp
DPathTessellateOp.cpp117 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::PathTessellateOp
DAtlasRenderTask.cpp180 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in skgpu::ganesh::AtlasRenderTask
DStrokeTessellateOp.cpp228 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::StrokeTessellateOp
DPathStencilCoverOp.cpp318 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::PathStencilCoverOp
DDrawAtlasPathOp.cpp248 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::DrawAtlasPathOp
DPathInnerTriangulateOp.cpp447 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::ganesh::PathInnerTriangulateOp
DRegionOp.cpp148 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() function in skgpu::ganesh::RegionOp::__anonb56a72680111::RegionOpImpl
/external/skia/src/gpu/ganesh/mock/
DGrMockRenderTask.h51 bool onExecute(GrOpFlushState*) override { return true; } in onExecute() function
/external/skia/tests/
DLazyProxyTest.cpp110 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override { in onExecute() function in LazyProxyTest::Op
455 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in LazyFailedInstantiationTestOp
DPrimitiveProcessorTest.cpp182 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() function in __anon44f71ac80111::Op
DGrPipelineDynamicStateTest.cpp189 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() function in __anon848c79840311::GrPipelineDynamicStateTestOp
/external/skia/gm/
Dfwidth_squircle.cpp234 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute() function in __anon0b00737d0111::FwidthSquircleTestOp
Dclockwise.cpp214 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() function in __anon0667e6b40111::ClockwiseTestOp
/external/skia/tools/gpu/
DTestOps.cpp213 void TestRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in __anon925321ba0111::TestRectOp

123