Home
last modified time | relevance | path

Searched refs:VertexAttrib3fvARB (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h83 vfmt->VertexAttrib3fvARB = NAME_ES(VertexAttrib3fv);
92 vfmt->VertexAttrib3fvARB = NAME(VertexAttrib3fvARB);
Dvbo_attrib_tmp.h537 TAG(VertexAttrib3fvARB)(GLuint index, const GLfloat * v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c975 VertexAttrib3fvARB(GLuint index, const GLfloat *v) in VertexAttrib3fvARB() function
1230 (attrib_func) VertexAttrib3fvARB,
1277 (attrib_func) VertexAttrib3fvARB,
Dvtxfmt.c132 SET_VertexAttrib3fvARB(tab, vfmt->VertexAttrib3fvARB); in install_vtxfmt()
Ddd.h1409 void (GLAPIENTRYP VertexAttrib3fvARB)( GLuint index, const GLfloat *v );
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1049 { "glVertexAttrib3fvARB", _O(VertexAttrib3fvARB) },