Home
last modified time | relevance | path

Searched defs:Mesh (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp82 struct Mesh { struct in __anon324840dd0111::DrawVerticesOp
83 SkPMColor4f fColor; // Used if this->hasPerVertexColors() is false.
84 sk_sp<SkVertices> fVertices;
85 SkMatrix fViewMatrix;
86 bool fIgnoreTexCoords;
87 bool fIgnoreColors;
89 bool hasExplicitLocalCoords() const { in hasExplicitLocalCoords()
93 bool hasPerVertexColors() const { in hasPerVertexColors()
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp253 struct Mesh { struct in skgpu::v1::DrawVerticesOp::__anonc9a8554f0111::DrawVerticesOpImpl
254 SkPMColor4f fColor; // Used if this->hasPerVertexColors() is false.
255 sk_sp<SkVertices> fVertices;
256 SkMatrix fViewMatrix;
257 bool fIgnoreColors;
259 bool hasPerVertexColors() const { in hasPerVertexColors()