Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DQuadPerEdgeAA.h64 struct VertexSpec { struct
66 VertexSpec() in VertexSpec() argument
77 VertexSpec(GrQuad::Type deviceQuadType, in VertexSpec() argument
96 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 …]
H A DFillRectOp.cpp58 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef
H A DQuadPerEdgeAA.cpp53 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef
H A DTextureOp.cpp87 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef
/aosp_15_r20/external/skia/tools/viewer/
H A DDegenerateQuadsSlide.cpp18 using VertexSpec = skgpu::ganesh::QuadPerEdgeAA::VertexSpec; typedef