Searched refs:tex_attr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 157 GLuint tex_attr; in st_DrawTex() local 197 tex_attr = 2; in st_DrawTex() 200 tex_attr = 1; in st_DrawTex() 217 SET_ATTRIB(0, tex_attr, s0, t0, 0.0f, 1.0f); /* lower left */ in st_DrawTex() 218 SET_ATTRIB(1, tex_attr, s1, t0, 0.0f, 1.0f); /* lower right */ in st_DrawTex() 219 SET_ATTRIB(2, tex_attr, s1, t1, 0.0f, 1.0f); /* upper right */ in st_DrawTex() 220 SET_ATTRIB(3, tex_attr, s0, t1, 0.0f, 1.0f); /* upper left */ in st_DrawTex() 222 semantic_names[tex_attr] = st->needs_texcoord_semantic ? in st_DrawTex() 225 semantic_indexes[tex_attr] = 0; in st_DrawTex() 227 tex_attr++; in st_DrawTex()
|