Searched refs:VertexAttrib4f_nopos (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 1153 VertexAttrib4f_nopos(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in VertexAttrib4f_nopos() function 1165 VertexAttrib4f_nopos(index, x, y, z, w); in _es_VertexAttrib4f() 1172 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1f() 1179 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1fv() 1186 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f); in _es_VertexAttrib2f() 1193 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f); in _es_VertexAttrib2fv() 1200 VertexAttrib4f_nopos(indx, x, y, z, 1.0f); in _es_VertexAttrib3f() 1207 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], 1.0f); in _es_VertexAttrib3fv() 1214 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], values[3]); in _es_VertexAttrib4fv()
|