| /third_party/skia/src/gpu/ops/ |
| D | PathTessellateOp.cpp | 104 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 121 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
| D | StrokeTessellateOp.cpp | 246 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 268 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
| D | DrawAtlasPathOp.cpp | 190 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 221 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
| D | PathStencilCoverOp.cpp | 226 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 317 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
| D | PathInnerTriangulateOp.cpp | 403 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 471 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
| D | GrSimpleMeshDrawOpHelper.cpp | 128 GrOpFlushState* flushState, in CreatePipeline() 140 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
|
| D | AtlasRenderTask.cpp | 177 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| /third_party/skia/src/gpu/ |
| D | GrTransferFromRenderTask.cpp | 24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| D | GrWaitRenderTask.cpp | 25 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| D | GrDDLTask.cpp | 89 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare() 95 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| D | GrDeferredProxyUploader.h | 49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
|
| D | GrTextureResolveRenderTask.cpp | 64 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| D | GrWritePixelsRenderTask.cpp | 57 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| D | GrCopyRenderTask.cpp | 77 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
| D | GrTextureProxy.cpp | 157 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
|
| D | GrRenderTask.cpp | 96 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
|
| D | GrDrawingManager.cpp | 163 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local 271 bool GrDrawingManager::executeRenderTasks(GrOpFlushState* flushState) { in executeRenderTasks()
|
| D | GrRenderTask.h | 38 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
|
| /third_party/skia/gm/ |
| D | fwidth_squircle.cpp | 220 void onPrepare(GrOpFlushState* flushState) final { in onPrepare() 231 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
|
| D | clockwise.cpp | 199 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 210 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
| /third_party/skia/samplecode/ |
| D | SamplePathTessellators.cpp | 80 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 161 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
| /third_party/skia/src/gpu/tessellate/ |
| D | PathTessellator.h | 110 void draw(GrOpFlushState* flushState, bool willUseTessellationShaders) { in draw()
|
| D | PathCurveTessellator.cpp | 253 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
|
| /third_party/skia/tests/ |
| D | PrimitiveProcessorTest.cpp | 156 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
| D | DrawOpAtlasTest.cpp | 229 GrOpFlushState flushState(gpu, resourceProvider, uploadTarget.writeableTokenTracker()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|