Home
last modified time | relevance | path

Searched defs:VertexSpec (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.h37 struct VertexSpec { struct
39 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec() function
51 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType()
52 GrQuad::Type localQuadType() const { return static_cast<GrQuad::Type>(fLocalQuadType); } in localQuadType()
53 bool hasLocalCoords() const { return fHasLocalCoords; } in hasLocalCoords()
54 ColorType colorType() const { return static_cast<ColorType>(fColorType); } in colorType()
55 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()
56 bool hasDomain() const { return fHasDomain; } in hasDomain()
57 bool usesCoverageAA() const { return fUsesCoverageAA; } in usesCoverageAA()
58 bool compatibleWithCoverageAsAlpha() const { return fCompatibleWithCoverageAsAlpha; } in compatibleWithCoverageAsAlpha()
[all …]
DGrFillRectOp.cpp28 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
DGrTextureOp.cpp45 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.h53 struct VertexSpec { struct
55 VertexSpec() in VertexSpec() argument
66 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec() argument
81 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType()
82 GrQuad::Type localQuadType() const { return static_cast<GrQuad::Type>(fLocalQuadType); } in localQuadType()
83 IndexBufferOption indexBufferOption() const { in indexBufferOption()
86 bool hasLocalCoords() const { return fHasLocalCoords; } in hasLocalCoords()
87 ColorType colorType() const { return static_cast<ColorType>(fColorType); } in colorType()
88 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()
89 bool hasSubset() const { return fHasSubset; } in hasSubset()
[all …]
DFillRectOp.cpp30 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
DQuadPerEdgeAA.cpp31 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
DTextureOp.cpp50 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
/third_party/skia/samplecode/
DSampleDegenerateQuads.cpp19 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef