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()
99 enum class FixedFunctionFlags : uint32_t { enum
106 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(FixedFunctionFlags);
107 virtual FixedFunctionFlags fixedFunctionFlags() const { in fixedFunctionFlags()
119 GR_MAKE_BITFIELD_CLASS_OPS(GrDrawOp::FixedFunctionFlags)
DGrSimpleMeshDrawOpHelperWithStencil.cpp18 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags()
19 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
21 flags |= GrDrawOp::FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DDrawAtlasPathOp.h39 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.cpp35 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags()
36 return GrAATypeIsHW(this->aaType()) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
37 : GrDrawOp::FixedFunctionFlags::kNone; in fixedFunctionFlags()
DPathStencilCoverOp.cpp116 GrDrawOp::FixedFunctionFlags PathStencilCoverOp::fixedFunctionFlags() const { in fixedFunctionFlags()
117 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
119 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
DPathInnerTriangulateOp.cpp177 GrDrawOp::FixedFunctionFlags PathInnerTriangulateOp::fixedFunctionFlags() const { in fixedFunctionFlags()
178 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
180 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelperWithStencil.h47 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DPathInnerTriangulateOp.h55 FixedFunctionFlags fixedFunctionFlags() const override;
DPathStencilCoverOp.h72 FixedFunctionFlags fixedFunctionFlags() const override;
DDrawAtlasOp.cpp46 FixedFunctionFlags fixedFunctionFlags() const override;
287 GrDrawOp::FixedFunctionFlags DrawAtlasOpImpl::fixedFunctionFlags() const { in fixedFunctionFlags()
DDashOp.cpp211 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
212 FixedFunctionFlags flags = FixedFunctionFlags::kNone; in fixedFunctionFlags()
214 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
217 flags |= FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.h54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DAtlasTextOp.cpp153 GrDrawOp::FixedFunctionFlags AtlasTextOp::fixedFunctionFlags() const { in fixedFunctionFlags()
154 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
DAtlasTextOp.h93 FixedFunctionFlags fixedFunctionFlags() const override;
/third_party/skia/tests/
DLazyProxyTest.cpp115 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
380 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DPrimitiveProcessorTest.cpp41 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
42 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
DGrPipelineDynamicStateTest.cpp141 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DGrMeshTest.cpp417 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; }
/third_party/skia/gm/
Dfwidth_squircle.cpp166 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
Dclockwise.cpp145 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
Dtessellation.cpp300 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
Dbeziereffects.cpp60 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/third_party/skia/tools/gpu/
DTestOps.cpp95 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/third_party/skia/samplecode/
DSamplePathTessellators.cpp69 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
70 return FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
/third_party/skia/bench/
DVertexColorSpaceBench.cpp161 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
162 return FixedFunctionFlags::kNone; in fixedFunctionFlags()

12