/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 37 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelper 143 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelperWithStencil 144 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
|
D | GrSimpleMeshDrawOpHelper.h | 54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const; 165 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
|
D | GrDrawAtlasOp.cpp | 45 FixedFunctionFlags fixedFunctionFlags() const override; 244 GrDrawOp::FixedFunctionFlags DrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags() function in __anon0c3674a70111::DrawAtlasOp 245 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
|
D | GrDrawOp.h | 37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
|
D | GrRegionOp.cpp | 89 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon5d4e2b480111::RegionOp
|
D | GrAAFillRRectOp.h | 23 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
|
D | GrDrawPathOp.h | 27 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
|
D | GrStrokeRectOp.cpp | 164 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anonb8faa60a0111::NonAAStrokeRectOp 411 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anonb8faa60a0111::AAStrokeRectOp
|
D | GrOvalOpFactory.cpp | 1230 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in CircleOp 1560 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in ButtCapDashedCircleOp 1858 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in EllipseOp 2100 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in DIEllipseOp 2422 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in CircularRRectOp 2764 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in EllipticalRRectOp
|
/external/skqp/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 37 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()
|
D | GrSimpleMeshDrawOpHelper.h | 54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const; 170 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
|
D | GrDrawOp.h | 37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
|
D | GrRegionOp.cpp | 87 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anonb5517dff0111::RegionOp
|
D | GrDrawAtlasOp.h | 49 FixedFunctionFlags fixedFunctionFlags() const override;
|
D | GrAAFillRRectOp.h | 21 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
|
D | GrDrawAtlasOp.cpp | 181 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrDrawAtlasOp 182 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
|
D | GrStrokeRectOp.cpp | 163 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon33467c410111::NonAAStrokeRectOp 405 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon33467c410111::AAStrokeRectOp
|
D | GrDrawPathOp.h | 26 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
|
D | GrDrawVerticesOp.h | 62 FixedFunctionFlags fixedFunctionFlags() const override;
|
D | GrOvalOpFactory.cpp | 1155 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
|
D | GrAtlasTextOp.h | 76 FixedFunctionFlags fixedFunctionFlags() const override;
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 113 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyProxyTest::Op 357 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyFailedInstantiationTestOp 433 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyDeinstantiateTestOp
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 110 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/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.h | 36 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
|
/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.h | 37 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
|