Home
last modified time | relevance | path

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

1234

/third_party/skia/src/gpu/
DGrTransferFromRenderTask.cpp24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTransferFromRenderTask
DGrWaitRenderTask.cpp25 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrWaitRenderTask
DGrTextureResolveRenderTask.cpp64 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTextureResolveRenderTask
DGrWritePixelsRenderTask.cpp57 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrWritePixelsTask
DGrCopyRenderTask.cpp77 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrCopyRenderTask
DGrDDLTask.cpp95 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrDDLTask
/third_party/flutter/skia/src/gpu/ops/
DGrDebugMarkerOp.cpp25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDebugMarkerOp
DGrClearStencilClipOp.cpp25 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrClearStencilClipOp
DGrTransferFromOp.cpp26 void GrTransferFromOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrTransferFromOp
DGrDrawableOp.cpp31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
DGrCopySurfaceOp.cpp39 void GrCopySurfaceOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrCopySurfaceOp
DGrStencilPathOp.cpp30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrStencilPathOp
DGrSemaphoreOp.cpp36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in GrWaitSemaphoreOp
DGrClearOp.cpp62 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrClearOp
DGrDrawPathOp.cpp88 void GrDrawPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawPathOp
/third_party/flutter/skia/src/gpu/
DGrTextureResolveRenderTask.cpp51 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTextureResolveRenderTask
/third_party/skia/src/gpu/ops/
DDrawableOp.cpp32 void DrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in skgpu::v1::DrawableOp
DClearOp.cpp86 void ClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in skgpu::v1::ClearOp
DPathTessellateOp.cpp121 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::v1::PathTessellateOp
DAtlasRenderTask.cpp177 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in skgpu::v1::AtlasRenderTask
DStrokeTessellateOp.cpp268 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in skgpu::v1::StrokeTessellateOp
/third_party/skia/src/gpu/mock/
DGrMockRenderTask.h38 bool onExecute(GrOpFlushState*) override { return true; } in onExecute() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrStencilAtlasOp.cpp102 void GrStencilAtlasOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() function in GrStencilAtlasOp
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp73 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override { in onExecute() function in LazyProxyTest::Op
361 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in LazyFailedInstantiationTestOp
427 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override {} in onExecute() function in LazyDeinstantiateTestOp
/third_party/flutter/skia/gm/
Dfwidth_squircle.cpp160 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() function in skiagm::FwidthSquircleTestOp

1234