Searched defs:VertexSpec (Results 1 – 6 of 6) sorted by relevance
53 struct VertexSpec { struct55 VertexSpec() in VertexSpec() function66 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec() function81 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 …]
29 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
47 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
33 struct VertexSpec { struct35 VertexSpec(GrQuadType deviceQuadType, ColorType colorType, GrQuadType localQuadType, in VertexSpec() argument45 GrQuadType deviceQuadType() const { return static_cast<GrQuadType>(fDeviceQuadType); } in deviceQuadType()46 GrQuadType localQuadType() const { return static_cast<GrQuadType>(fLocalQuadType); } in localQuadType()47 bool hasLocalCoords() const { return fHasLocalCoords; } in hasLocalCoords()48 ColorType colorType() const { return static_cast<ColorType>(fColorType); } in colorType()49 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()73 sk_sp<GrGeometryProcessor> MakeProcessor(const VertexSpec& spec); argument
24 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
40 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef