Searched refs:VertexAttrib4f_nopos (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_api.c | 1010 VertexAttrib4f_nopos(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in VertexAttrib4f_nopos() function 1022 VertexAttrib4f_nopos(index, x, y, z, w); in _es_VertexAttrib4fARB() 1029 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1fARB() 1036 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f); in _es_VertexAttrib1fvARB() 1043 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f); in _es_VertexAttrib2fARB() 1050 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f); in _es_VertexAttrib2fvARB() 1057 VertexAttrib4f_nopos(indx, x, y, z, 1.0f); in _es_VertexAttrib3fARB() 1064 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], 1.0f); in _es_VertexAttrib3fvARB() 1071 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], values[3]); in _es_VertexAttrib4fvARB()
|
Completed in 3 milliseconds