/third_party/skia/src/gpu/ |
H A D | GrDstProxyView.h | 16 * 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 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 {
|
H A D | GrPipeline.h | 13 #include "src/gpu/GrDstProxyView.h" 63 GrDstProxyView fDstProxyView; 221 GrDstProxyView fDstProxy;
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.h | 24 #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 D | GrMeshDrawOp.h | 42 const GrDstProxyView& dstProxyView, in createProgramInfo() 102 const GrDstProxyView&, 115 const GrDstProxyView&, 122 const GrDstProxyView& dstProxyView,
|
H A D | GrSimpleMeshDrawOpHelper.h | 118 const GrDstProxyView&, 132 const GrDstProxyView&); 154 const GrDstProxyView&, 170 const GrDstProxyView&,
|
H A 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()
|
H A D | DrawAtlasPathOp.h | 48 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override; 54 bool usesMSAASurface, GrAppliedClip&&, const GrDstProxyView&,
|
H A D | GrOp.h | 25 class GrDstProxyView; 174 GrAppliedClip* clip, const GrDstProxyView& dstProxyView, in prePrepare() 317 const GrDstProxyView&,
|
H A D | AtlasTextOp.h | 168 const GrDstProxyView&, 179 const GrDstProxyView&,
|
H A D | DrawableOp.h | 40 const GrDstProxyView&,
|
H A D | BlurOp.h | 47 const GrDstProxyView&, GrXferBarrierFlags renderPassXferBarriers,
|
H A D | StrokeTessellateOp.h | 61 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
|
H A D | PathInnerTriangulateOp.h | 65 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
|
H A D | PathTessellateOp.h | 60 const GrDstProxyView&, GrXferBarrierFlags, GrLoadOp colorLoadOp) override;
|
H A D | ClearOp.h | 56 const GrDstProxyView&, GrXferBarrierFlags renderPassXferBarriers,
|
H A D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 51 const GrDstProxyView& dstProxyView, in createProgramInfoWithStencil()
|
H A D | GrSimpleMeshDrawOpHelperWithStencil.h | 30 const GrDstProxyView&,
|
H A D | DrawAtlasPathOp.cpp | 156 const GrDstProxyView& dstProxyView, in prepareProgram() 176 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in onPrePrepare()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpTarget.h | 14 #include "src/gpu/GrDstProxyView.h" 42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; } 124 GrDstProxyView fDstProxyView;
|
/third_party/skia/tools/gpu/ |
H A D | ProxyUtils.h | 37 const GrDstProxyView&,
|
H A D | TestOps.cpp | 124 const GrDstProxyView&, 184 const GrDstProxyView& dstProxyView, in onCreateProgramInfo()
|
/third_party/skia/gm/ |
H A D | fwidth_squircle.cpp | 176 const GrDstProxyView& dstProxyView, in createProgramInfo() 202 const GrDstProxyView& dstProxyView,
|
H A D | clockwise.cpp | 155 const GrDstProxyView& dstProxyView, in createProgramInfo() 181 const GrDstProxyView& dstProxyView,
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrTessellationShader.h | 61 const GrDstProxyView* fDstProxyView;
|