| /third_party/skia/src/gpu/ops/ |
| D | GrDrawOp.h | 33 return this->fixedFunctionFlags() & FixedFunctionFlags::kUsesHWAA; in usesMSAA() 78 return this->fixedFunctionFlags() & FixedFunctionFlags::kUsesStencil; in usesStencil() 107 virtual FixedFunctionFlags fixedFunctionFlags() const { in fixedFunctionFlags() function
|
| D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 18 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelperWithStencil 19 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
|
| D | DrawAtlasOp.cpp | 46 FixedFunctionFlags fixedFunctionFlags() const override; 287 GrDrawOp::FixedFunctionFlags DrawAtlasOpImpl::fixedFunctionFlags() const { in fixedFunctionFlags() function in __anon8205af3f0111::DrawAtlasOpImpl 288 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
|
| D | RegionOp.cpp | 76 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::RegionOp::__anonec6dace00111::RegionOpImpl
|
| D | GrSimpleMeshDrawOpHelperWithStencil.h | 47 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
|
| D | PathInnerTriangulateOp.h | 55 FixedFunctionFlags fixedFunctionFlags() const override;
|
| D | PathStencilCoverOp.h | 72 FixedFunctionFlags fixedFunctionFlags() const override;
|
| D | DrawAtlasPathOp.h | 39 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
|
| D | StrokeRectOp.cpp | 163 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::StrokeRectOp::__anone8b133a20111::NonAAStrokeRectOp 500 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in skgpu::v1::StrokeRectOp::__anone8b133a20111::AAStrokeRectOp
|
| D | DrawVerticesOp.cpp | 220 FixedFunctionFlags fixedFunctionFlags() const override; 351 GrDrawOp::FixedFunctionFlags DrawVerticesOpImpl::fixedFunctionFlags() const { in fixedFunctionFlags() function in skgpu::v1::DrawVerticesOp::__anonfc6a642f0111::DrawVerticesOpImpl 352 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrSimpleMeshDrawOpHelper.cpp | 35 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelper 155 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() function in GrSimpleMeshDrawOpHelperWithStencil 156 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
|
| D | GrSimpleMeshDrawOpHelper.h | 55 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const; 168 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
|
| D | GrDrawAtlasOp.cpp | 45 FixedFunctionFlags fixedFunctionFlags() const override; 244 GrDrawOp::FixedFunctionFlags DrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags() function in __anonf0dbad8d0111::DrawAtlasOp 245 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
|
| D | GrDrawOp.h | 37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
|
| D | GrRegionOp.cpp | 88 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon80759dee0111::RegionOp
|
| D | GrFillRRectOp.h | 24 FixedFunctionFlags fixedFunctionFlags() const override { 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 __anon3246fbb00111::NonAAStrokeRectOp 411 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon3246fbb00111::AAStrokeRectOp
|
| D | GrAtlasTextOp.h | 76 FixedFunctionFlags fixedFunctionFlags() const override;
|
| D | GrDrawVerticesOp.cpp | 39 FixedFunctionFlags fixedFunctionFlags() const override; 205 GrDrawOp::FixedFunctionFlags DrawVerticesOp::fixedFunctionFlags() const { in fixedFunctionFlags() function in __anon029267bd0111::DrawVerticesOp 206 return fHelper.fixedFunctionFlags(); in fixedFunctionFlags()
|
| D | GrAALinearizingConvexPathRenderer.cpp | 188 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon44cc73c00111::AAFlatteningConvexPathOp
|
| D | GrTessellatingPathRenderer.cpp | 237 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags() function in __anon2ede599e0211::TessellatingPathOp
|
| /third_party/flutter/skia/src/gpu/ccpr/ |
| D | GrStencilAtlasOp.h | 35 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
|
| D | GrCCDrawPathsOp.h | 37 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function
|
| /third_party/flutter/skia/tests/ |
| D | LazyProxyTest.cpp | 114 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyProxyTest::Op 355 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyFailedInstantiationTestOp 421 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() function in LazyDeinstantiateTestOp
|