HomeSort by relevance Sort by last modified time
    Searched refs:fixedFunctionFlags (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/skia/src/gpu/ops/
GrDrawOp.h 29 enum class FixedFunctionFlags : uint32_t {
36 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(FixedFunctionFlags);
37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
54 GR_MAKE_BITFIELD_CLASS_OPS(GrDrawOp::FixedFunctionFlags);
GrDrawAtlasOp.h 42 FixedFunctionFlags fixedFunctionFlags() const override;
GrSimpleMeshDrawOpHelper.h 50 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
150 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
GrDrawVerticesOp.h 55 FixedFunctionFlags fixedFunctionFlags() const override;
GrSimpleMeshDrawOpHelper.cpp 38 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const {
39 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA
40 : GrDrawOp::FixedFunctionFlags::kNone;
157 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const {
158 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags();
160 flags |= GrDrawOp::FixedFunctionFlags::kUsesStencil;
GrRegionOp.cpp 101 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
GrAtlasTextOp.h 100 FixedFunctionFlags fixedFunctionFlags() const override;
GrNonAAFillRectOp.cpp 169 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
293 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
GrDrawAtlasOp.cpp 175 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const {
176 return fHelper.fixedFunctionFlags();
GrNonAAStrokeRectOp.cpp 130 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
GrAALinearizingConvexPathRenderer.cpp 197 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
GrDrawVerticesOp.cpp 80 GrDrawOp::FixedFunctionFlags GrDrawVerticesOp::fixedFunctionFlags() const {
81 return fHelper.fixedFunctionFlags();
  /external/skqp/src/gpu/ops/
GrDrawOp.h 29 enum class FixedFunctionFlags : uint32_t {
36 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(FixedFunctionFlags);
37 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
54 GR_MAKE_BITFIELD_CLASS_OPS(GrDrawOp::FixedFunctionFlags);
GrDrawAtlasOp.h 42 FixedFunctionFlags fixedFunctionFlags() const override;
GrSimpleMeshDrawOpHelper.h 50 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
150 GrDrawOp::FixedFunctionFlags fixedFunctionFlags() const;
GrDrawVerticesOp.h 55 FixedFunctionFlags fixedFunctionFlags() const override;
GrSimpleMeshDrawOpHelper.cpp 38 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelper::fixedFunctionFlags() const {
39 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA
40 : GrDrawOp::FixedFunctionFlags::kNone;
157 GrDrawOp::FixedFunctionFlags GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags() const {
158 GrDrawOp::FixedFunctionFlags flags = INHERITED::fixedFunctionFlags();
160 flags |= GrDrawOp::FixedFunctionFlags::kUsesStencil;
GrRegionOp.cpp 101 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
GrAtlasTextOp.h 108 FixedFunctionFlags fixedFunctionFlags() const override;
GrNonAAFillRectOp.cpp 169 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
293 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
GrDrawAtlasOp.cpp 175 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const {
176 return fHelper.fixedFunctionFlags();
GrNonAAStrokeRectOp.cpp 130 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
  /external/skia/tests/
PrimitiveProcessorTest.cpp 38 FixedFunctionFlags fixedFunctionFlags() const override {
39 return FixedFunctionFlags::kNone;
  /external/skqp/tests/
PrimitiveProcessorTest.cpp 38 FixedFunctionFlags fixedFunctionFlags() const override {
39 return FixedFunctionFlags::kNone;
LazyProxyTest.cpp 95 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; }
278 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; }

Completed in 160 milliseconds

1 2 3 4