/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/ |
H A D | TransactionHandler.cpp | 51 TransactionFlushState flushState; in flushTransactions() local 79 std::vector<TransactionState>& transactions, TransactionFlushState& flushState) { in applyUnsignaledBufferTransaction() 102 TransactionFlushState& flushState, in popTransactionFromPending() 128 TransactionFlushState& flushState) { in applyFilters() 150 TransactionFlushState& flushState) { in flushPendingTransactionQueues()
|
/aosp_15_r20/external/skia/gm/ |
H A 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()
|
H A D | fwidth_squircle.cpp | 221 void onPrepare(GrOpFlushState* flushState) final { in onPrepare() 234 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
|
H A D | clockwise.cpp | 201 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 214 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | PathTessellateOp.cpp | 110 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 124 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
H A D | StrokeTessellateOp.cpp | 226 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 240 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
H A D | DrawAtlasPathOp.cpp | 217 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 248 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
H A D | PathStencilCoverOp.cpp | 256 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 350 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
H A D | PathInnerTriangulateOp.cpp | 435 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 473 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
H A D | GrSimpleMeshDrawOpHelper.cpp | 133 const GrPipeline* GrSimpleMeshDrawOpHelper::CreatePipeline(GrOpFlushState* flushState, in CreatePipeline() 145 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
|
H A D | OpsTask.cpp | 514 void OpsTask::onPrepare(GrOpFlushState* flushState) { in onPrepare() 558 bool OpsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrOvalOpFactory.cpp | 1454 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() 1785 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() 2085 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() 2359 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() 2823 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() 3150 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
H A D | AtlasRenderTask.cpp | 196 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDDLTask.cpp | 92 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare() 98 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrTransferFromRenderTask.cpp | 24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrWaitRenderTask.cpp | 27 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrBufferUpdateRenderTask.cpp | 34 bool GrBufferUpdateRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrBufferTransferRenderTask.cpp | 42 bool GrBufferTransferRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrDrawingManager.cpp | 163 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local 245 bool GrDrawingManager::executeRenderTasks(GrOpFlushState* flushState) { in executeRenderTasks()
|
H A D | GrDeferredProxyUploader.h | 49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
|
H A D | GrWritePixelsRenderTask.cpp | 66 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrCopyRenderTask.cpp | 88 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
H A D | GrTextureResolveRenderTask.cpp | 93 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | PathTessellatorsSlide.cpp | 76 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 136 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/tessellate/ |
H A D | PathTessellator.cpp | 243 void PathCurveTessellator::drawHullInstances(GrOpFlushState* flushState, in drawHullInstances()
|