Searched refs:VertexAttrib4f_nopos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_api.c1397 VertexAttrib4f_nopos(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
1409 VertexAttrib4f_nopos(index, x, y, z, w);
1416 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1423 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1430 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1437 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1444 VertexAttrib4f_nopos(indx, x, y, z, 1.0f);
1451 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], 1.0f);
1458 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], values[3]);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c1397 VertexAttrib4f_nopos(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
1409 VertexAttrib4f_nopos(index, x, y, z, w);
1416 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1423 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1430 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1437 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1444 VertexAttrib4f_nopos(indx, x, y, z, 1.0f);
1451 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], 1.0f);
1458 VertexAttrib4f_nopos(indx, values[0], values[1], values[2], values[3]);

Completed in 1101 milliseconds