Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/ops/
DGrDrawOp.h65 enum class FixedFunctionFlags : uint32_t { enum
72 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(FixedFunctionFlags);
73 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
102 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()
143 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const { in fixedFunctionFlags()
144 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags(); in fixedFunctionFlags()
146 flags |= GrDrawOp::FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrDrawPathOp.h27 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
29 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
31 return FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.h50 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
140 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
DGrDrawAtlasOp.h38 FixedFunctionFlags fixedFunctionFlags() const override;
DGrAtlasTextOp.cpp42 GrDrawOp::FixedFunctionFlags GrAtlasTextOp::fixedFunctionFlags() const { in fixedFunctionFlags()
43 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
DGrDrawVerticesOp.h51 FixedFunctionFlags fixedFunctionFlags() const override;
DGrDashOp.cpp283 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
284 FixedFunctionFlags flags = FixedFunctionFlags::kNone; in fixedFunctionFlags()
286 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
289 flags |= FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrAtlasTextOp.h102 FixedFunctionFlags fixedFunctionFlags() const override;
DGrNonAAFillRectOp.cpp162 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags()
280 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags()
DGrRegionOp.cpp91 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags()
DGrNonAAStrokeRectOp.cpp120 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); } in fixedFunctionFlags()
DGrDrawAtlasOp.cpp175 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags()
DGrShadowRRectOp.cpp255 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skia/src/gpu/instanced/
DInstancedOp.h63 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
64 return GrAATypeIsHW(fInfo.aaType()) ? FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
65 : FixedFunctionFlags::kNone; in fixedFunctionFlags()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h60 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DGrCCPRCoverageOpsBuilder.cpp38 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skia/tests/
DPrimitiveProcessorTest.cpp37 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags()
38 return FixedFunctionFlags::kNone; in fixedFunctionFlags()
DGrPipelineDynamicStateTest.cpp121 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DGrMeshTest.cpp264 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DProcessorTest.cpp34 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
DOnFlushCallbackTest.cpp60 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skia/gm/
Dconvexpolyeffect.cpp51 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
Dbeziereffects.cpp28 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()
/external/skia/samplecode/
DSampleCCPRGeometry.cpp92 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; } in fixedFunctionFlags()

12