Lines Matching full:mesh
77 struct Mesh {114 Mesh mesh;180 mesh.fVerts = verts;181 mesh.fTexs = texs;182 mesh.fColors = NULL;183 mesh.fIndices = NULL;187 mesh.fIndices = g3x3Indices;191 mesh.fIndices = indices;223 mesh.fVerts, mesh.fTexs, mesh.fColors, NULL,224 mesh.fIndices, indexCount, p);