Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelperWithStencil.cpp18 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelperWithStencil
19 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
DGrDrawOp.h37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
DGrDrawAtlasOp.cpp47 FixedFunctionFlags fixedFunctionFlags() const override;
283 GrDrawOp::FixedFunctionFlags DrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags() function in __anon17cbc72e0111::DrawAtlasOp
284 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
DGrRegionOp.cpp75 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anonac8e332f0111::RegionOp
DGrSimpleMeshDrawOpHelperWithStencil.h46 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DGrStrokeRectOp.cpp160 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon373a49710111::NonAAStrokeRectOp
428 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon373a49710111::AAStrokeRectOp
/external/skqp/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp37 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelper
167 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelperWithStencil
168 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.h54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
170 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DGrDrawOp.h37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
DGrRegionOp.cpp87 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon049185e60111::RegionOp
DGrAAFillRRectOp.h21 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
DGrDrawAtlasOp.h49 FixedFunctionFlags fixedFunctionFlags() const override;
DGrDrawAtlasOp.cpp181 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrDrawAtlasOp
182 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
DGrDrawPathOp.h26 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
DGrDrawVerticesOp.h62 FixedFunctionFlags fixedFunctionFlags() const override;
DGrStrokeRectOp.cpp163 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anonb1861fa80111::NonAAStrokeRectOp
405 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anonb1861fa80111::AAStrokeRectOp
DGrAtlasTextOp.h76 FixedFunctionFlags fixedFunctionFlags() const override;
DGrOvalOpFactory.cpp1155 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in CircleOp
1481 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in ButtCapDashedCircleOp
1760 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in EllipseOp
1981 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in DIEllipseOp
2296 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in CircularRRectOp
2631 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in EllipticalRRectOp
/external/skia/src/gpu/tessellate/
DGrPathStencilFillOp.h40 FixedFunctionFlags fixedFunctionFlags() const override;
DGrStrokeTessellateOp.h48 FixedFunctionFlags fixedFunctionFlags() const override;
DGrPathInnerTriangulateOp.h46 FixedFunctionFlags fixedFunctionFlags() const override;
DGrDrawAtlasPathOp.h31 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.h36 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
/external/skqp/tests/
DLazyProxyTest.cpp110 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyProxyTest::Op
341 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyFailedInstantiationTestOp
416 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyDeinstantiateTestOp
/external/skqp/gm/
Dfwidth_squircle.cpp131 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in skiagm::FwidthSquircleTestOp

1234