Home | History | Annotate | Download | only in hwui

Lines Matching refs:mesh

42  * are enabled/disabled dynamically based on mesh content.
47 // Mesh is pure x,y vertex pairs
49 // Mesh has texture coordinates embedded. Note that texture can exist without this flag
52 // Mesh has color embedded (to export to varying)
54 // Mesh has alpha embedded (to export to varying)
70 // Canvas transform isn't applied to the mesh at draw time,
79 * Includes all of the mesh, fill, and GL state required to perform
93 struct Mesh {
116 } mesh;
145 // modelView transform, accounting for delta between mesh transform and content of the mesh
146 // often represents x/y offsets within command, or scaling for mesh unit size