Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/ganesh/ops/
DPathTessellateOp.cpp103 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
117 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DStrokeTessellateOp.cpp214 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
228 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathStencilCoverOp.cpp224 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
318 void PathStencilCoverOp::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()
DPathInnerTriangulateOp.cpp407 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
445 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.cpp179 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
/external/skia/src/gpu/ganesh/
DGrDDLTask.cpp84 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare()
90 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()
DGrBufferUpdateRenderTask.cpp33 bool GrBufferUpdateRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrBufferTransferRenderTask.cpp41 bool GrBufferTransferRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrWritePixelsRenderTask.cpp57 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrCopyRenderTask.cpp79 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTextureResolveRenderTask.cpp84 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTextureProxy.cpp154 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
DGrRenderTask.cpp97 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
DGrDrawingManager.cpp153 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local
231 bool GrDrawingManager::executeRenderTasks(GrOpFlushState* flushState) { in executeRenderTasks()
/external/skia/gm/
Dattributes.cpp203 template <typename V> void makeVB(GrOpFlushState* flushState, const SkRect rect) { in makeVB()
219 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
238 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
Dfwidth_squircle.cpp220 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
233 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp200 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
213 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/tools/viewer/
DPathTessellatorsSlide.cpp73 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
133 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/src/gpu/ganesh/tessellate/
DPathTessellator.cpp232 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
/external/skia/tests/
DPrimitiveProcessorTest.cpp182 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()

123