Home
last modified time | relevance | path

Searched refs:usesMSAASurface (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp169 bool usesMSAASurface, in CreateProgramInfo() argument
187 return CreateProgramInfo(caps, arena, pipeline, writeView, usesMSAASurface, geometryProcessor, in CreateProgramInfo()
195 bool usesMSAASurface, in CreateProgramInfo() argument
203 usesMSAASurface, in CreateProgramInfo()
218 bool usesMSAASurface, in createProgramInfo() argument
228 usesMSAASurface, in createProgramInfo()
DStrokeRectOp.cpp178 bool usesMSAASurface, in onCreateProgramInfo() argument
197 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
369 bool usesMSAASurface, in create_aa_stroke_rect_gp() argument
379 Coverage::Type coverageType = usesMSAASurface ? Coverage::kAttributeUnclamped_Type in create_aa_stroke_rect_gp()
512 bool compatibleWithCoverageAsAlpha(bool usesMSAASurface) const { in compatibleWithCoverageAsAlpha()
515 return !usesMSAASurface && fHelper.compatibleWithCoverageAsAlpha(); in compatibleWithCoverageAsAlpha()
521 bool usesMSAASurface,
573 bool usesMSAASurface) const;
589 bool usesMSAASurface, in onCreateProgramInfo() argument
597 usesMSAASurface, in onCreateProgramInfo()
[all …]
DDrawAtlasPathOp.cpp149 const GrSurfaceProxyView& writeView, bool usesMSAASurface, in prepareProgram() argument
163 fProgram = arena->make<GrProgramInfo>(caps, writeView, usesMSAASurface, pipeline, in prepareProgram()
175 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
177 writeView, usesMSAASurface, std::move(*appliedClip), dstProxyView, in onPrePrepare()
188 flushState->usesMSAASurface(), flushState->detachAppliedClip(), in onPrepare()
DGrMeshDrawOp.h40 bool usesMSAASurface, in createProgramInfo() argument
45 this->onCreateProgramInfo(caps, arena, writeView, usesMSAASurface, std::move(appliedClip), in createProgramInfo()
113 bool usesMSAASurface,
DGrMeshDrawOp.cpp23 target->usesMSAASurface(), in createProgramInfo()
50 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepareDraws() local
55 this->createProgramInfo(context->priv().caps(), arena, writeView, usesMSAASurface, in onPrePrepareDraws()
DAAHairLinePathRenderer.cpp831 bool usesMSAASurface,
838 bool usesMSAASurface,
845 bool usesMSAASurface,
863 bool usesMSAASurface,
952 bool usesMSAASurface, in GR_MAKE_BITFIELD_CLASS_OPS()
979 &caps, arena, pipeline, writeView, usesMSAASurface, lineGP, GrPrimitiveType::kTriangles, in GR_MAKE_BITFIELD_CLASS_OPS()
986 bool usesMSAASurface, in makeQuadProgramInfo() argument
1005 &caps, arena, pipeline, writeView, usesMSAASurface, quadGP, GrPrimitiveType::kTriangles, in makeQuadProgramInfo()
1012 bool usesMSAASurface, in makeConicProgramInfo() argument
1031 &caps, arena, pipeline, writeView, usesMSAASurface, conicGP, in makeConicProgramInfo()
[all …]
DPathTessellateOp.cpp95 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
96 this->prepareTessellator({context->priv().recordTimeAllocator(), writeView, usesMSAASurface, in onPrePrepare()
107 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DGrSimpleMeshDrawOpHelper.h138 bool usesMSAASurface,
152 bool usesMSAASurface,
168 bool usesMSAASurface,
DGrSimpleMeshDrawOpHelperWithStencil.cpp49 bool usesMSAASurface, in createProgramInfoWithStencil() argument
59 usesMSAASurface, in createProgramInfoWithStencil()
DStrokeTessellateOp.cpp233 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
234 this->prePrepareTessellator({context->priv().recordTimeAllocator(), writeView, usesMSAASurface, in onPrePrepare()
249 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DPathStencilCoverOp.cpp207 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
208 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, usesMSAASurface, in onPrePrepare()
228 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DDrawAtlasOp.cpp56 bool usesMSAASurface,
204 bool usesMSAASurface, in onCreateProgramInfo() argument
215 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
DPathInnerTriangulateOp.cpp384 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
385 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, usesMSAASurface, in onPrePrepare()
407 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DGrOvalOpFactory.cpp1243 bool usesMSAASurface, in onCreateProgramInfo() argument
1248 SkASSERT(!usesMSAASurface); in onCreateProgramInfo()
1263 usesMSAASurface, in onCreateProgramInfo()
1615 bool usesMSAASurface, in onCreateProgramInfo() argument
1620 SkASSERT(!usesMSAASurface); in onCreateProgramInfo()
1635 usesMSAASurface, in onCreateProgramInfo()
1955 bool usesMSAASurface, in onCreateProgramInfo() argument
1971 usesMSAASurface, in onCreateProgramInfo()
1997 float aaBloat = target->usesMSAASurface() ? SK_ScalarSqrt2 : .5f; in onPrepareDraws()
2244 bool usesMSAASurface, in onCreateProgramInfo() argument
[all …]
DRegionOp.cpp90 bool usesMSAASurface, in onCreateProgramInfo() argument
101 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
DGrSimpleMeshDrawOpHelperWithStencil.h28 bool usesMSAASurface,
DFillRRectOp.cpp105 bool usesMSAASurface,
765 bool usesMSAASurface, in onCreateProgramInfo() argument
770 if (usesMSAASurface) { in onCreateProgramInfo()
774 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
/third_party/skia/gm/
Dfwidth_squircle.cpp174 bool usesMSAASurface, in createProgramInfo() argument
181 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
192 flushState->usesMSAASurface(), in createProgramInfo()
208 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
214 usesMSAASurface, std::move(appliedClip), in onPrePrepare()
Dclockwise.cpp153 bool usesMSAASurface, in createProgramInfo() argument
160 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
171 flushState->usesMSAASurface(), in createProgramInfo()
187 bool usesMSAASurface = writeView.asRenderTargetProxy()->numSamples() > 1; in onPrePrepare() local
193 usesMSAASurface, std::move(appliedClip), in onPrePrepare()
/third_party/skia/src/gpu/
DGrOpFlushState.h61 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs()
67 , fUsesMSAASurface(usesMSAASurface) in OpArgs()
79 bool usesMSAASurface() const { return fUsesMSAASurface; } in usesMSAASurface() function
158 bool usesMSAASurface() const final { return this->drawOpArgs().usesMSAASurface(); } in usesMSAASurface() function
DGrProgramInfo.h21 bool usesMSAASurface, in GrProgramInfo() argument
47 if (fNumSamples == 1 && usesMSAASurface) { in GrProgramInfo()
/third_party/skia/tools/gpu/
DProxyUtils.cpp98 bool usesMSAASurface, in CreateProgramInfo() argument
119 return GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in CreateProgramInfo()
DTestOps.cpp122 bool usesMSAASurface,
182 bool usesMSAASurface, in onCreateProgramInfo() argument
190 usesMSAASurface, in onCreateProgramInfo()
DProxyUtils.h35 bool usesMSAASurface,
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp61 bool usesMSAASurface, in onCreateProgramInfo() argument
133 usesMSAASurface, in onCreateProgramInfo()

123