Searched defs:VertexSpec (Results 1 – 5 of 5) sorted by relevance
64 struct VertexSpec { struct66 VertexSpec() in VertexSpec() argument77 VertexSpec(GrQuad::Type deviceQuadType, in VertexSpec() argument96 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType()97 GrQuad::Type localQuadType() const { return static_cast<GrQuad::Type>(fLocalQuadType); } in localQuadType()98 IndexBufferOption indexBufferOption() const { in indexBufferOption()101 bool hasLocalCoords() const { return fHasLocalCoords; } in hasLocalCoords()102 ColorType colorType() const { return static_cast<ColorType>(fColorType); } in colorType()103 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()104 bool hasSubset() const { return fHasSubset; } in hasSubset()[all …]
58 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef
53 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef
87 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef
18 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef