Home
last modified time | relevance | path

Searched refs:fixedFunctionFlags (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/src/gpu/ops/
DGrDrawOp.h33 return this->fixedFunctionFlags() & FixedFunctionFlags::kUsesHWAA; in usesMSAA()
78 return this->fixedFunctionFlags() & FixedFunctionFlags::kUsesStencil; in usesStencil()
107 virtual FixedFunctionFlags fixedFunctionFlags() const { in fixedFunctionFlags() function
DGrSimpleMeshDrawOpHelperWithStencil.cpp18 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelperWithStencil
19 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
DDrawAtlasOp.cpp46 FixedFunctionFlags fixedFunctionFlags() const override;
287 GrDrawOp::FixedFunctionFlags DrawAtlasOpImpl::fixedFunctionFlags() const { in fixedFunctionFlags() function in __anon976c3de00111::DrawAtlasOpImpl
288 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
DRegionOp.cpp76 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::RegionOp::__anon1c88d7210111::RegionOpImpl
DGrSimpleMeshDrawOpHelperWithStencil.h47 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DPathInnerTriangulateOp.h55 FixedFunctionFlags fixedFunctionFlags() const override;
DPathStencilCoverOp.h72 FixedFunctionFlags fixedFunctionFlags() const override;
DDrawAtlasPathOp.h39 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
DStrokeRectOp.cpp163 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::StrokeRectOp::__anonaae996630111::NonAAStrokeRectOp
500 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::StrokeRectOp::__anonaae996630111::AAStrokeRectOp
DDrawVerticesOp.cpp220 FixedFunctionFlags fixedFunctionFlags() const override;
351 GrDrawOp::FixedFunctionFlags DrawVerticesOpImpl::fixedFunctionFlags() const { in fixedFunctionFlags() function in skgpu::v1::DrawVerticesOp::__anon2e467b300111::DrawVerticesOpImpl
352 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
DGrOvalOpFactory.cpp1235 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in CircleOp
1607 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in ButtCapDashedCircleOp
1947 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in EllipseOp
2236 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in DIEllipseOp
2593 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in CircularRRectOp
2968 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in EllipticalRRectOp
DAALinearizingConvexPathRenderer.cpp141 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::__anon677a3b930111::AAFlatteningConvexPathOp
DGrSimpleMeshDrawOpHelper.h54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DAtlasTextOp.h93 FixedFunctionFlags fixedFunctionFlags() const override;
DTriangulatingPathRenderer.cpp214 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon71c66a5b0111::TriangulatingPathOp
DLatticeOp.cpp185 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::LatticeOp::__anon731ab7e30111::NonAALatticeOp
DFillRectOp.cpp175 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function in __anonc6a7d5320111::FillRectOpImpl
178 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.cpp35 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelper
DSmallPathRenderer.cpp98 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::__anon9d85779b0111::SmallPathOp
/third_party/skia/tests/
DLazyProxyTest.cpp115 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyProxyTest::Op
380 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyFailedInstantiationTestOp
DPrimitiveProcessorTest.cpp41 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function in __anond52a32e60111::Op
DGrPipelineDynamicStateTest.cpp141 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in __anonaaaa70a20311::GrPipelineDynamicStateTestOp
/third_party/skia/gm/
Dfwidth_squircle.cpp166 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in __anonebcb2e1b0111::FwidthSquircleTestOp
Dclockwise.cpp145 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in __anonf75a82d20111::ClockwiseTestOp
/third_party/skia/tools/gpu/
DTestOps.cpp95 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in __anon154200980111::TestRectOp

12