Searched refs:VertexAttrib4f_nopos (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 1379 VertexAttrib4f_nopos(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in VertexAttrib4f_nopos() function 1391 VertexAttrib4f_nopos(index, x, y, z, w); in _es_VertexAttrib4f() 1398 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1f() 1405 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1fv() 1412 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f); in _es_VertexAttrib2f() 1419 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f); in _es_VertexAttrib2fv() 1426 VertexAttrib4f_nopos(indx, x, y, z, 1.0f); in _es_VertexAttrib3f() 1433 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], 1.0f); in _es_VertexAttrib3fv() 1440 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], values[3]); in _es_VertexAttrib4fv()
|