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.cpp110 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
124 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DStrokeTessellateOp.cpp226 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
240 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DDrawAtlasPathOp.cpp217 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
248 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathStencilCoverOp.cpp256 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
350 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathInnerTriangulateOp.cpp435 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
473 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrSimpleMeshDrawOpHelper.cpp133 const GrPipeline* GrSimpleMeshDrawOpHelper::CreatePipeline(GrOpFlushState* flushState, in CreatePipeline()
145 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
DAtlasRenderTask.cpp196 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
/external/skia/src/gpu/ganesh/
DGrDDLTask.cpp92 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare()
98 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTransferFromRenderTask.cpp24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWaitRenderTask.cpp27 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrBufferUpdateRenderTask.cpp34 bool GrBufferUpdateRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrBufferTransferRenderTask.cpp42 bool GrBufferTransferRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrWritePixelsRenderTask.cpp66 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrCopyRenderTask.cpp88 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTextureResolveRenderTask.cpp93 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTextureProxy.cpp154 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
DGrRenderTask.cpp106 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
DGrDrawingManager.cpp163 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local
245 bool GrDrawingManager::executeRenderTasks(GrOpFlushState* flushState) { in executeRenderTasks()
/external/skia/gm/
Dattributes.cpp204 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()
Dfwidth_squircle.cpp221 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
234 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp201 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
214 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/tools/viewer/
DPathTessellatorsSlide.cpp76 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
136 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/src/gpu/ganesh/tessellate/
DPathTessellator.cpp243 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
/external/skia/tests/
DPrimitiveProcessorTest.cpp182 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()

123