Home
last modified time | relevance | path

Searched refs:FixedFunctionFlags (Results 1 – 25 of 88) sorted by relevance

1234

/external/skqp/src/gpu/ops/
DGrDrawOp.h29 enum class FixedFunctionFlags : uint32_t { enum
36 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(FixedFunctionFlags);
37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
60 GR_MAKE_BITFIELD_CLASS_OPS(GrDrawOp::FixedFunctionFlags);
DGrSimpleMeshDrawOpHelper.cpp37 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags()
38 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
39 : GrDrawOp::FixedFunctionFlags::kNone; in fixedFunctionFlags()
167 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags()
168 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
170 flags |= GrDrawOp::FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrDrawPathOp.h26 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
28 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
30 return FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrAAFillRRectOp.h21 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.h54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
170 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DGrDrawAtlasOp.h49 FixedFunctionFlags fixedFunctionFlags() const override;
/external/skia/src/gpu/ops/
DGrDrawOp.h29 enum class FixedFunctionFlags : uint32_t { enum
36 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(FixedFunctionFlags);
37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
65 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()
DGrSimpleMeshDrawOpHelper.cpp37 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const { in fixedFunctionFlags()
38 return GrAATypeIsHW(this->aaType()) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
39 : GrDrawOp::FixedFunctionFlags::kNone; in fixedFunctionFlags()
/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.h31 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
32 return (fEnableHWAA) ? FixedFunctionFlags::kUsesHWAA : FixedFunctionFlags::kNone; in fixedFunctionFlags()
DGrPathStencilFillOp.cpp29 GrDrawOp::FixedFunctionFlags GrPathStencilFillOp::fixedFunctionFlags() const { in fixedFunctionFlags()
30 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
32 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
DGrPathInnerTriangulateOp.cpp29 GrDrawOp::FixedFunctionFlags GrPathInnerTriangulateOp::fixedFunctionFlags() const { in fixedFunctionFlags()
30 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
32 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
DGrStrokeTessellateOp.cpp52 GrDrawOp::FixedFunctionFlags GrStrokeTessellateOp::fixedFunctionFlags() const { in fixedFunctionFlags()
55 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
57 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
DGrPathStencilFillOp.h40 FixedFunctionFlags fixedFunctionFlags() const override;
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.h36 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skqp/tests/
DLazyProxyTest.cpp110 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
341 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
416 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DPrimitiveProcessorTest.cpp41 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
42 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
DGrPipelineDynamicStateTest.cpp133 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skqp/gm/
Dfwidth_squircle.cpp131 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
Dclockwise.cpp106 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skia/tests/
DLazyProxyTest.cpp106 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
357 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DPrimitiveProcessorTest.cpp42 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
43 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
DGrPipelineDynamicStateTest.cpp141 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skia/gm/
Dfwidth_squircle.cpp162 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
Dclockwise.cpp153 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()

1234