Home
last modified time | relevance | path

Searched refs:onExecute (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/flutter/skia/src/gpu/
DGrRenderTask.h33 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
166 virtual bool onExecute(GrOpFlushState* flushState) = 0;
DGrTextureResolveRenderTask.h32 bool onExecute(GrOpFlushState*) override;
DGrTextureResolveRenderTask.cpp51 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTextureResolveRenderTask
/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
DGrRenderTask.h38 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
259 virtual bool onExecute(GrOpFlushState* flushState) = 0;
DGrTextureResolveRenderTask.h30 bool onExecute(GrOpFlushState*) override;
DGrWaitRenderTask.h34 bool onExecute(GrOpFlushState*) override;
DGrWritePixelsRenderTask.h35 bool onExecute(GrOpFlushState*) override;
DGrCopyRenderTask.h38 bool onExecute(GrOpFlushState*) override;
DGrDDLTask.h57 bool onExecute(GrOpFlushState*) override;
DGrTransferFromRenderTask.h40 bool onExecute(GrOpFlushState*) override;
/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
DGrDebugMarkerOp.h47 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrDrawableOp.cpp31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
DGrDrawableOp.h45 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrSemaphoreOp.cpp36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in GrWaitSemaphoreOp
DGrStencilPathOp.cpp30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrStencilPathOp
DGrOp.h166 this->onExecute(state, chainBounds); in execute()
289 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
/third_party/skia/src/gpu/ops/
DAtlasRenderTask.cpp177 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in skgpu::v1::AtlasRenderTask
178 if (!this->OpsTask::onExecute(flushState)) { in onExecute()
DDrawableOp.cpp32 void DrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in skgpu::v1::DrawableOp
DDrawableOp.h46 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
/third_party/skia/src/gpu/mock/
DGrMockRenderTask.h38 bool onExecute(GrOpFlushState*) override { return true; } in onExecute() function

123456