Searched defs:tex_coord (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c619 GLdouble invQ = tex_coord[2] ? \
620 (1.0 / tex_coord[2]) : 1.0; \
621 GLfloat s_tmp = (GLfloat) (tex_coord[0] * invQ); \
622 GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
632 tex_coord[0] += tex_step[0]; \
633 tex_coord[1] += tex_step[1]; \
634 tex_coord[2] += tex_step[2]; \
640 GLdouble invQ = tex_coord[2] ? \
641 (1.0 / tex_coord[2]) : 1.0; \
642 const GLfloat s_tmp = (GLfloat) (tex_coord[
675 GLfloat tex_coord[3], tex_step[3]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c619 GLdouble invQ = tex_coord[2] ? \
620 (1.0 / tex_coord[2]) : 1.0; \
621 GLfloat s_tmp = (GLfloat) (tex_coord[0] * invQ); \
622 GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
632 tex_coord[0] += tex_step[0]; \
633 tex_coord[1] += tex_step[1]; \
634 tex_coord[2] += tex_step[2]; \
640 GLdouble invQ = tex_coord[2] ? \
641 (1.0 / tex_coord[2]) : 1.0; \
642 const GLfloat s_tmp = (GLfloat) (tex_coord[
675 GLfloat tex_coord[3], tex_step[3]; local
[all...]

Completed in 43 milliseconds