Searched refs:VertexAttribL3d (Results 1 – 6 of 6) sorted by relevance
213 SET_VertexAttribL3d(tab, vfmt->VertexAttribL3d); in install_vtxfmt()
1153 void (GLAPIENTRYP VertexAttribL3d)( GLuint index, GLdouble x, GLdouble y, GLdouble z);
1258 TAG(VertexAttribL3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z) in TAG() argument
1451 vfmt->VertexAttribL3d = _save_VertexAttribL3d; in _save_vtxfmt_init()
1085 vfmt->VertexAttribL3d = vbo_VertexAttribL3d; in vbo_exec_vtxfmt_init()
2632 #define glVertexAttribL3d MANGLE(VertexAttribL3d)