/third_party/skia/src/gpu/ |
D | GrDstProxyView.h | 20 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); }
|
D | GrOpFlushState.h | 62 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()
|
D | GrPipeline.h | 63 GrDstProxyView fDstProxyView; 219 GrDstProxyView fDstProxy;
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.h | 79 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;
|
D | GrMeshDrawOp.h | 42 const GrDstProxyView& dstProxyView, in createProgramInfo() 102 const GrDstProxyView&, 115 const GrDstProxyView&, 122 const GrDstProxyView& dstProxyView, in onPrePrepare()
|
D | GrSimpleMeshDrawOpHelper.h | 118 const GrDstProxyView&, 132 const GrDstProxyView&); 154 const GrDstProxyView&, 170 const GrDstProxyView&,
|
D | GrSimpleMeshDrawOpHelper.cpp | 112 const GrDstProxyView& dstProxyView, in CreatePipeline() 155 const GrDstProxyView& dstProxyView) { in createPipeline() 171 const GrDstProxyView& dstProxyView, in CreateProgramInfo() 220 const GrDstProxyView& dstProxyView, in createProgramInfo()
|
D | DrawAtlasPathOp.h | 48 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override; 54 bool usesMSAASurface, GrAppliedClip&&, const GrDstProxyView&,
|
D | GrOp.h | 25 class GrDstProxyView; variable 174 GrAppliedClip* clip, const GrDstProxyView& dstProxyView, in prePrepare() 317 const GrDstProxyView&,
|
D | AtlasTextOp.h | 168 const GrDstProxyView&, in onCreateProgramInfo() argument 179 const GrDstProxyView&, in onPrePrepareDraws() argument
|
D | DrawableOp.h | 40 const GrDstProxyView&, in onPrePrepare() argument
|
D | OpsTask.cpp | 157 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()
|
D | DrawAtlasPathOp.cpp | 151 const GrDstProxyView& dstProxyView, in prepareProgram() 171 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in onPrePrepare()
|
D | StrokeTessellateOp.h | 61 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
|
D | ClearOp.h | 56 const GrDstProxyView&, GrXferBarrierFlags renderPassXferBarriers, in onPrePrepare() argument
|
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 51 const GrDstProxyView& dstProxyView, in createProgramInfoWithStencil()
|
D | GrSimpleMeshDrawOpHelperWithStencil.h | 30 const GrDstProxyView&,
|
D | PathInnerTriangulateOp.h | 65 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
|
D | PathTessellateOp.h | 60 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
|
/third_party/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView() 124 GrDstProxyView fDstProxyView;
|
/third_party/skia/tools/gpu/ |
D | ProxyUtils.h | 37 const GrDstProxyView&,
|
D | TestOps.cpp | 124 const GrDstProxyView&, 184 const GrDstProxyView& dstProxyView, in onCreateProgramInfo()
|
/third_party/skia/gm/ |
D | fwidth_squircle.cpp | 176 const GrDstProxyView& dstProxyView, in createProgramInfo() 202 const GrDstProxyView& dstProxyView, in onPrePrepare()
|
D | clockwise.cpp | 155 const GrDstProxyView& dstProxyView, in createProgramInfo() 181 const GrDstProxyView& dstProxyView, in onPrePrepare()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
D | GrTessellationShader.h | 61 const GrDstProxyView* fDstProxyView;
|