Lines Matching refs:texcoord
487 GLfloat (*texcoord)[4] = span->array->attribs[attr]; in interpolate_texcoords() local
535 texcoord[i][0] = s * invW; in interpolate_texcoords()
536 texcoord[i][1] = t * invW; in interpolate_texcoords()
537 texcoord[i][2] = r * invW; in interpolate_texcoords()
538 texcoord[i][3] = q * invW; in interpolate_texcoords()
552 texcoord[i][0] = s * invQ; in interpolate_texcoords()
553 texcoord[i][1] = t * invQ; in interpolate_texcoords()
554 texcoord[i][2] = r * invQ; in interpolate_texcoords()
555 texcoord[i][3] = q; in interpolate_texcoords()
576 texcoord[i][0] = s * invW; in interpolate_texcoords()
577 texcoord[i][1] = t * invW; in interpolate_texcoords()
578 texcoord[i][2] = r * invW; in interpolate_texcoords()
579 texcoord[i][3] = q * invW; in interpolate_texcoords()
592 texcoord[i][0] = s * invQ; in interpolate_texcoords()
593 texcoord[i][1] = t * invQ; in interpolate_texcoords()
594 texcoord[i][2] = r * invQ; in interpolate_texcoords()
595 texcoord[i][3] = q; in interpolate_texcoords()
605 texcoord[i][0] = s * invQ; in interpolate_texcoords()
606 texcoord[i][1] = t * invQ; in interpolate_texcoords()
607 texcoord[i][2] = r * invQ; in interpolate_texcoords()
608 texcoord[i][3] = q; in interpolate_texcoords()