Home
last modified time | relevance | path

Searched refs:GrDstProxyView (Results 1 – 25 of 69) sorted by relevance

123

/third_party/skia/src/gpu/
DGrDstProxyView.h20 class GrDstProxyView {
22 GrDstProxyView() {} in GrDstProxyView() function
24 GrDstProxyView(const GrDstProxyView& other) { in GrDstProxyView() function
28 GrDstProxyView& operator=(const GrDstProxyView& other) {
35 bool operator==(const GrDstProxyView& that) const {
40 bool operator!=(const GrDstProxyView& that) const { return !(*this == that); }
DGrOpFlushState.h62 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in OpArgs()
82 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
99 GrDstProxyView fDstProxyView; // TODO: do we still need the dst proxy here?
165 const GrDstProxyView& dstProxyView() const final { in dstProxyView()
DGrPipeline.h63 GrDstProxyView fDstProxyView;
219 GrDstProxyView fDstProxy;
/third_party/skia/src/gpu/ops/
DOpsTask.h79 GrAppliedClip&&, const GrDstProxyView&, GrTextureResolveManager, const GrCaps&);
140 const GrDstProxyView*, const GrCaps&);
164 OpChain(GrOp::Owner, GrProcessorSet::Analysis, GrAppliedClip*, const GrDstProxyView*);
180 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
194 GrOp::Owner appendOp(GrOp::Owner op, GrProcessorSet::Analysis, const GrDstProxyView*,
228 bool tryConcat(List*, GrProcessorSet::Analysis, const GrDstProxyView&, const GrAppliedClip*,
235 GrDstProxyView fDstProxyView;
DGrMeshDrawOp.h42 const GrDstProxyView& dstProxyView, in createProgramInfo()
102 const GrDstProxyView&,
115 const GrDstProxyView&,
122 const GrDstProxyView& dstProxyView, in onPrePrepare()
DGrSimpleMeshDrawOpHelper.h118 const GrDstProxyView&,
132 const GrDstProxyView&);
154 const GrDstProxyView&,
170 const GrDstProxyView&,
DGrSimpleMeshDrawOpHelper.cpp112 const GrDstProxyView& dstProxyView, in CreatePipeline()
155 const GrDstProxyView& dstProxyView) { in createPipeline()
171 const GrDstProxyView& dstProxyView, in CreateProgramInfo()
220 const GrDstProxyView& dstProxyView, in createProgramInfo()
DDrawAtlasPathOp.h48 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
54 bool usesMSAASurface, GrAppliedClip&&, const GrDstProxyView&,
DGrOp.h25 class GrDstProxyView; variable
174 GrAppliedClip* clip, const GrDstProxyView& dstProxyView, in prePrepare()
317 const GrDstProxyView&,
DAtlasTextOp.h168 const GrDstProxyView&, in onCreateProgramInfo() argument
179 const GrDstProxyView&, in onPrePrepareDraws() argument
DDrawableOp.h40 const GrDstProxyView&, in onPrePrepare() argument
DOpsTask.cpp157 GrAppliedClip* appliedClip, const GrDstProxyView* dstProxyView) in OpChain()
271 List* list, GrProcessorSet::Analysis processorAnalysis, const GrDstProxyView& dstProxyView, in tryConcat()
355 const GrDstProxyView* dstProxyView, const GrAppliedClip* appliedClip, const GrCaps& caps, in appendOp()
357 const GrDstProxyView noDstProxyView; in appendOp()
428 const GrDstProxyView& dstProxyView, in addDrawOp()
974 GrAppliedClip* clip, const GrDstProxyView* dstProxyView, const GrCaps& caps) { in recordOp()
DDrawAtlasPathOp.cpp151 const GrDstProxyView& dstProxyView, in prepareProgram()
171 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in onPrePrepare()
DStrokeTessellateOp.h61 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
DClearOp.h56 const GrDstProxyView&, GrXferBarrierFlags renderPassXferBarriers, in onPrePrepare() argument
DGrSimpleMeshDrawOpHelperWithStencil.cpp51 const GrDstProxyView& dstProxyView, in createProgramInfoWithStencil()
DGrSimpleMeshDrawOpHelperWithStencil.h30 const GrDstProxyView&,
DPathInnerTriangulateOp.h65 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
DPathTessellateOp.h60 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView()
124 GrDstProxyView fDstProxyView;
/third_party/skia/tools/gpu/
DProxyUtils.h37 const GrDstProxyView&,
DTestOps.cpp124 const GrDstProxyView&,
184 const GrDstProxyView& dstProxyView, in onCreateProgramInfo()
/third_party/skia/gm/
Dfwidth_squircle.cpp176 const GrDstProxyView& dstProxyView, in createProgramInfo()
202 const GrDstProxyView& dstProxyView, in onPrePrepare()
Dclockwise.cpp155 const GrDstProxyView& dstProxyView, in createProgramInfo()
181 const GrDstProxyView& dstProxyView, in onPrePrepare()
/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.h61 const GrDstProxyView* fDstProxyView;

123