Searched refs:VertexAttrib4f_nopos (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 1397 VertexAttrib4f_nopos(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in VertexAttrib4f_nopos() function 1409 VertexAttrib4f_nopos(index, x, y, z, w); in _es_VertexAttrib4f() 1416 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1f() 1423 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1fv() 1430 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f); in _es_VertexAttrib2f() 1437 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f); in _es_VertexAttrib2fv() 1444 VertexAttrib4f_nopos(indx, x, y, z, 1.0f); in _es_VertexAttrib3f() 1451 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], 1.0f); in _es_VertexAttrib3fv() 1458 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], values[3]); in _es_VertexAttrib4fv()
|