Home
last modified time | relevance | path

Searched defs:flushState (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/src/gpu/ops/
DPathTessellateOp.cpp104 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
121 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DStrokeTessellateOp.cpp246 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
268 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DDrawAtlasPathOp.cpp190 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
221 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathStencilCoverOp.cpp226 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
317 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathInnerTriangulateOp.cpp403 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
471 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrSimpleMeshDrawOpHelper.cpp128 GrOpFlushState* flushState, in CreatePipeline()
140 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
DAtlasRenderTask.cpp177 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
/third_party/skia/src/gpu/
DGrTransferFromRenderTask.cpp24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWaitRenderTask.cpp25 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDDLTask.cpp89 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare()
95 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrTextureResolveRenderTask.cpp64 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWritePixelsRenderTask.cpp57 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrCopyRenderTask.cpp77 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTextureProxy.cpp157 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
DGrRenderTask.cpp96 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
DGrDrawingManager.cpp163 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local
271 bool GrDrawingManager::executeRenderTasks(GrOpFlushState* flushState) { in executeRenderTasks()
DGrRenderTask.h38 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
/third_party/skia/gm/
Dfwidth_squircle.cpp220 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
231 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp199 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
210 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/third_party/skia/samplecode/
DSamplePathTessellators.cpp80 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
161 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/third_party/skia/src/gpu/tessellate/
DPathTessellator.h110 void draw(GrOpFlushState* flushState, bool willUseTessellationShaders) { in draw()
DPathCurveTessellator.cpp253 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp156 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
DDrawOpAtlasTest.cpp229 GrOpFlushState flushState(gpu, resourceProvider, uploadTarget.writeableTokenTracker()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local

123