/external/skqp/src/gpu/ops/ |
D | GrDrawOp.h | 29 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);
|
D | GrSimpleMeshDrawOpHelper.cpp | 37 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()
|
D | GrDrawPathOp.h | 26 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() 28 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags() 30 return FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
|
D | GrAAFillRRectOp.h | 21 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
D | GrSimpleMeshDrawOpHelper.h | 54 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const; 170 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
|
D | GrDrawAtlasOp.h | 49 FixedFunctionFlags fixedFunctionFlags() const override;
|
/external/skia/src/gpu/ops/ |
D | GrDrawOp.h | 29 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);
|
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 18 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags() 19 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags() 21 flags |= GrDrawOp::FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
|
D | GrSimpleMeshDrawOpHelper.cpp | 37 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/ |
D | GrDrawAtlasPathOp.h | 31 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() 32 return (fEnableHWAA) ? FixedFunctionFlags::kUsesHWAA : FixedFunctionFlags::kNone; in fixedFunctionFlags()
|
D | GrPathStencilFillOp.cpp | 29 GrDrawOp::FixedFunctionFlags GrPathStencilFillOp::fixedFunctionFlags() const { in fixedFunctionFlags() 30 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags() 32 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
|
D | GrPathInnerTriangulateOp.cpp | 29 GrDrawOp::FixedFunctionFlags GrPathInnerTriangulateOp::fixedFunctionFlags() const { in fixedFunctionFlags() 30 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags() 32 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
|
D | GrStrokeTessellateOp.cpp | 52 GrDrawOp::FixedFunctionFlags GrStrokeTessellateOp::fixedFunctionFlags() const { in fixedFunctionFlags() 55 auto flags = FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags() 57 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
|
D | GrPathStencilFillOp.h | 40 FixedFunctionFlags fixedFunctionFlags() const override;
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.h | 36 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 110 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()
|
D | PrimitiveProcessorTest.cpp | 41 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() 42 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
|
D | GrPipelineDynamicStateTest.cpp | 133 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
/external/skqp/gm/ |
D | fwidth_squircle.cpp | 131 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
D | clockwise.cpp | 106 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 106 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags() 357 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
D | PrimitiveProcessorTest.cpp | 42 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() 43 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
|
D | GrPipelineDynamicStateTest.cpp | 141 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 162 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|
D | clockwise.cpp | 153 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
|