Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DQuadPerEdgeAA.h54 struct VertexSpec { struct
56 VertexSpec() in VertexSpec() argument
67 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec() function
82 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType()
83 GrQuad::Type localQuadType() const { return static_cast<GrQuad::Type>(fLocalQuadType); } in localQuadType()
84 IndexBufferOption indexBufferOption() const { in indexBufferOption()
87 bool hasLocalCoords() const { return fHasLocalCoords; } in hasLocalCoords()
88 ColorType colorType() const { return static_cast<ColorType>(fColorType); } in colorType()
89 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()
90 bool hasSubset() const { return fHasSubset; } in hasSubset()
[all …]
DFillRectOp.cpp30 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
DQuadPerEdgeAA.cpp33 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
DTextureOp.cpp57 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
/external/skia/tools/viewer/
DDegenerateQuadsSlide.cpp18 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef