Searched defs:VertexSpec (Results 1 – 5 of 5) sorted by relevance
54 struct VertexSpec { struct56 VertexSpec() in VertexSpec() argument67 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec() function82 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 …]
30 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
33 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
57 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef
18 using VertexSpec = skgpu::v1::QuadPerEdgeAA::VertexSpec; typedef