Home
last modified time | relevance | path

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

123

/external/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.cpp247 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
269 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DDrawAtlasPathOp.cpp186 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
217 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathStencilCoverOp.cpp226 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
320 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()
/external/skia/src/gpu/
DGrDDLTask.cpp89 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare()
95 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTransferFromRenderTask.cpp24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWaitRenderTask.cpp25 bool GrWaitRenderTask::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.cpp136 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()
/external/skia/gm/
Dattributes.cpp202 template <typename V> void makeVB(GrOpFlushState* flushState, const SkRect rect) { in makeVB()
216 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
235 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
Dfwidth_squircle.cpp220 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
231 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp200 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
211 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/samplecode/
DSamplePathTessellators.cpp79 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
162 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp197 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
DPathTessellator.h107 void draw(GrOpFlushState* flushState, bool willUseTessellationShaders) { in draw()
/external/skia/tests/
DPrimitiveProcessorTest.cpp157 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()

123