/external/skia/src/gpu/ganesh/ops/ |
D | PathTessellateOp.cpp | 110 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 124 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | StrokeTessellateOp.cpp | 226 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 240 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | DrawAtlasPathOp.cpp | 217 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 248 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | PathStencilCoverOp.cpp | 256 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 350 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | PathInnerTriangulateOp.cpp | 435 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 473 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrSimpleMeshDrawOpHelper.cpp | 133 const GrPipeline* GrSimpleMeshDrawOpHelper::CreatePipeline(GrOpFlushState* flushState, in CreatePipeline() 145 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
|
D | AtlasRenderTask.cpp | 196 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
/external/skia/src/gpu/ganesh/ |
D | GrDDLTask.cpp | 92 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare() 98 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrTransferFromRenderTask.cpp | 24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrWaitRenderTask.cpp | 27 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrBufferUpdateRenderTask.cpp | 34 bool GrBufferUpdateRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrBufferTransferRenderTask.cpp | 42 bool GrBufferTransferRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrDeferredProxyUploader.h | 49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
|
D | GrWritePixelsRenderTask.cpp | 66 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrCopyRenderTask.cpp | 88 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrTextureResolveRenderTask.cpp | 93 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrTextureProxy.cpp | 154 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
|
D | GrRenderTask.cpp | 106 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
|
D | GrDrawingManager.cpp | 163 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local 245 bool GrDrawingManager::executeRenderTasks(GrOpFlushState* flushState) { in executeRenderTasks()
|
/external/skia/gm/ |
D | attributes.cpp | 204 template <typename V> void makeVB(GrOpFlushState* flushState, const SkRect rect) { in makeVB() 220 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 239 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
D | fwidth_squircle.cpp | 221 void onPrepare(GrOpFlushState* flushState) final { in onPrepare() 234 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
|
D | clockwise.cpp | 201 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 214 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skia/tools/viewer/ |
D | PathTessellatorsSlide.cpp | 76 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 136 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skia/src/gpu/ganesh/tessellate/ |
D | PathTessellator.cpp | 243 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
|
/external/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 182 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|