Home
last modified time | relevance | path

Searched refs:VertexAttrib3fARB (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h82 vfmt->VertexAttrib3fARB = NAME_ES(VertexAttrib3f);
91 vfmt->VertexAttrib3fARB = NAME(VertexAttrib3fARB);
Dvbo_attrib_tmp.h525 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c131 SET_VertexAttrib3fARB(tab, vfmt->VertexAttrib3fARB); in install_vtxfmt()
Ddd.h1408 void (GLAPIENTRYP VertexAttrib3fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1048 { "glVertexAttrib3fARB", _O(VertexAttrib3fARB) },