Home
last modified time | relevance | path

Searched refs:_es_VertexAttrib4f (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo.h235 _es_VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
Dvbo_exec_api.c998 vfmt->VertexAttrib4fARB = _es_VertexAttrib4f; in vbo_exec_vtxfmt_init()
1389 _es_VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in _es_VertexAttrib4f() function