Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.h53 struct VertexSpec { struct
55 VertexSpec() in VertexSpec() function
66 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec() function
81 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 …]
DGrFillRectOp.cpp29 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
DGrTextureOp.cpp47 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.h33 struct VertexSpec { struct
35 VertexSpec(GrQuadType deviceQuadType, ColorType colorType, GrQuadType localQuadType, in VertexSpec() argument
45 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
DGrFillRectOp.cpp24 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef
DGrTextureOp.cpp40 using VertexSpec = GrQuadPerEdgeAA::VertexSpec; typedef