Searched defs:VertexSpec (Results 1 – 6 of 6) sorted by relevance
33 struct VertexSpec { struct35 VertexSpec(GrQuadType deviceQuadType, ColorType colorType, GrQuadType localQuadType, in VertexSpec() function45 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
36 struct VertexSpec { struct38 VertexSpec(GrQuadType deviceQuadType, ColorType colorType, GrQuadType localQuadType, in VertexSpec() argument48 GrQuadType deviceQuadType() const { return static_cast<GrQuadType>(fDeviceQuadType); } in deviceQuadType()49 GrQuadType localQuadType() const { return static_cast<GrQuadType>(fLocalQuadType); } in localQuadType()50 bool hasLocalCoords() const { return fHasLocalCoords; } in hasLocalCoords()51 ColorType colorType() const { return static_cast<ColorType>(fColorType); } in colorType()52 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()76 sk_sp<GrGeometryProcessor> MakeProcessor(const VertexSpec& spec); argument
25 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef