/third_party/skia/src/gpu/ |
D | GrRenderTask.h | 34 void prePrepare(GrRecordingContext* context) { this->onPrePrepare(context); } in prePrepare() 257 virtual void onPrePrepare(GrRecordingContext*) {} // Only OpsTask currently overrides this in onPrePrepare() function
|
D | GrDDLTask.h | 48 void onPrePrepare(GrRecordingContext*) override { in onPrePrepare() function
|
/third_party/skia/src/gpu/ops/ |
D | DrawableOp.h | 37 void onPrePrepare(GrRecordingContext*, in onPrePrepare() function
|
D | StrokeTessellateOp.h | 60 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView&, GrAppliedClip*,
|
D | ClearOp.h | 55 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView& writeView, GrAppliedClip*, in onPrePrepare() function
|
D | GrOp.h | 177 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare() 310 virtual void onPrePrepare(GrRecordingContext*,
|
D | PathInnerTriangulateOp.h | 64 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView&, GrAppliedClip*,
|
D | PathTessellateOp.h | 59 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView&, GrAppliedClip*,
|
D | PathStencilCoverOp.h | 84 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView&, GrAppliedClip*,
|
D | DrawAtlasPathOp.h | 47 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView& writeView, GrAppliedClip*,
|
D | GrMeshDrawOp.h | 119 void onPrePrepare(GrRecordingContext* context, in onPrePrepare() function
|
D | PathTessellateOp.cpp | 89 void PathTessellateOp::onPrePrepare(GrRecordingContext* context, in onPrePrepare() function in skgpu::v1::PathTessellateOp
|
D | OpsTask.h | 58 void onPrePrepare(GrRecordingContext*) override;
|
D | DrawAtlasPathOp.cpp | 169 void DrawAtlasPathOp::onPrePrepare(GrRecordingContext* rContext, in onPrePrepare() function in skgpu::v1::DrawAtlasPathOp
|
D | StrokeTessellateOp.cpp | 227 void StrokeTessellateOp::onPrePrepare(GrRecordingContext* context, in onPrePrepare() function in skgpu::v1::StrokeTessellateOp
|
D | PathStencilCoverOp.cpp | 201 void PathStencilCoverOp::onPrePrepare(GrRecordingContext* context, in onPrePrepare() function in skgpu::v1::PathStencilCoverOp
|
D | PathInnerTriangulateOp.cpp | 377 void PathInnerTriangulateOp::onPrePrepare(GrRecordingContext* context, in onPrePrepare() function in skgpu::v1::PathInnerTriangulateOp
|
/third_party/skia/tests/ |
D | LazyProxyTest.cpp | 120 void onPrePrepare(GrRecordingContext*, in onPrePrepare() function in LazyProxyTest::Op 384 void onPrePrepare(GrRecordingContext*, in onPrePrepare() function in LazyFailedInstantiationTestOp
|
D | GrPipelineDynamicStateTest.cpp | 145 void onPrePrepare(GrRecordingContext*, in onPrePrepare() function in __anona01b14860311::GrPipelineDynamicStateTestOp
|
D | OpChainTest.cpp | 127 void onPrePrepare(GrRecordingContext*, in onPrePrepare() function in __anon1244cb330111::TestOp
|
D | GrMeshTest.cpp | 422 void onPrePrepare(GrRecordingContext*, function in __anon8e91c9970b11::MeshTestOp
|
/third_party/skia/gm/ |
D | fwidth_squircle.cpp | 199 void onPrePrepare(GrRecordingContext* context, in onPrePrepare() function in __anone29f12ff0111::FwidthSquircleTestOp
|
D | clockwise.cpp | 178 void onPrePrepare(GrRecordingContext* context, in onPrePrepare() function in __anonf0ed8cb60111::ClockwiseTestOp
|
D | tessellation.cpp | 305 void onPrePrepare(GrRecordingContext*, in onPrePrepare() function in skiagm::TessellationTestOp
|
/third_party/skia/samplecode/ |
D | SamplePathTessellators.cpp | 78 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView&, GrAppliedClip*, in onPrePrepare() function in skgpu::__anon372d720f0111::SamplePathTessellatorOp
|