Lines Matching refs:coord
39 GLfloat *coord = coord_vec->start; in TAG() local
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) { in TAG()
47 *out = (coord[0] * plane0 + in TAG()
48 coord[1] * plane1 + in TAG()
59 GLfloat *coord = coord_vec->start; in TAG() local
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) { in TAG()
68 *out = (coord[0] * plane0 + in TAG()
69 coord[1] * plane1 + in TAG()
70 coord[2] * plane2 + in TAG()
81 GLfloat *coord = coord_vec->start; in TAG() local
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) { in TAG()
89 *out = (coord[0] * plane0 + in TAG()
90 coord[1] * plane1 + in TAG()
91 coord[2] * plane2 + in TAG()
92 coord[3] * plane3); in TAG()