Home
last modified time | relevance | path

Searched refs:GrDstProxyView (Results 1 - 25 of 68) sorted by relevance

123

/third_party/skia/src/gpu/
H A DGrDstProxyView.h16 * GrDstProxyView holds a texture containing the destination pixel values, and an integer-coordinate
18 * GrDstProxyView may be used to support blending in the fragment shader/xfer processor.
20 class GrDstProxyView { class
22 GrDstProxyView() {} in GrDstProxyView() function in GrDstProxyView
24 GrDstProxyView(const GrDstProxyView& other) { in GrDstProxyView() function in GrDstProxyView
28 GrDstProxyView& operator=(const GrDstProxyView& other) { in operator =()
35 bool operator==(const GrDstProxyView& that) const { in operator ==()
40 bool operator!=(const GrDstProxyView in operator ==()
[all...]
H A 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 {
H A DGrPipeline.h13 #include "src/gpu/GrDstProxyView.h"
63 GrDstProxyView fDstProxyView;
221 GrDstProxyView fDstProxy;
/third_party/skia/src/gpu/ops/
H A DOpsTask.h24 #include "src/gpu/GrDstProxyView.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;
H A DGrMeshDrawOp.h42 const GrDstProxyView& dstProxyView, in createProgramInfo()
102 const GrDstProxyView&,
115 const GrDstProxyView&,
122 const GrDstProxyView& dstProxyView,
H A DGrSimpleMeshDrawOpHelper.h118 const GrDstProxyView&,
132 const GrDstProxyView&);
154 const GrDstProxyView&,
170 const GrDstProxyView&,
H A 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()
H A DDrawAtlasPathOp.h48 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
54 bool usesMSAASurface, GrAppliedClip&&, const GrDstProxyView&,
H A DGrOp.h25 class GrDstProxyView;
174 GrAppliedClip* clip, const GrDstProxyView& dstProxyView, in prePrepare()
317 const GrDstProxyView&,
H A DAtlasTextOp.h168 const GrDstProxyView&,
179 const GrDstProxyView&,
H A DDrawableOp.h40 const GrDstProxyView&,
H A DBlurOp.h47 const GrDstProxyView&, GrXferBarrierFlags renderPassXferBarriers,
H A DStrokeTessellateOp.h61 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
H A DPathInnerTriangulateOp.h65 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
H A DPathTessellateOp.h60 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
H A DClearOp.h56 const GrDstProxyView&, GrXferBarrierFlags renderPassXferBarriers,
H A DGrSimpleMeshDrawOpHelperWithStencil.cpp51 const GrDstProxyView& dstProxyView, in createProgramInfoWithStencil()
H A DGrSimpleMeshDrawOpHelperWithStencil.h30 const GrDstProxyView&,
H A DDrawAtlasPathOp.cpp156 const GrDstProxyView& dstProxyView, in prepareProgram()
176 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in onPrePrepare()
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h14 #include "src/gpu/GrDstProxyView.h"
42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; }
124 GrDstProxyView fDstProxyView;
/third_party/skia/tools/gpu/
H A DProxyUtils.h37 const GrDstProxyView&,
H A DTestOps.cpp124 const GrDstProxyView&,
184 const GrDstProxyView& dstProxyView, in onCreateProgramInfo()
/third_party/skia/gm/
H A Dfwidth_squircle.cpp176 const GrDstProxyView& dstProxyView, in createProgramInfo()
202 const GrDstProxyView& dstProxyView,
H A Dclockwise.cpp155 const GrDstProxyView& dstProxyView, in createProgramInfo()
181 const GrDstProxyView& dstProxyView,
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrTessellationShader.h61 const GrDstProxyView* fDstProxyView;

Completed in 12 milliseconds

123