Searched refs:VertexAttribL4d (Results 1 – 6 of 6) sorted by relevance
214 SET_VertexAttribL4d(tab, vfmt->VertexAttribL4d); in install_vtxfmt()
1303 … void (GLAPIENTRYP VertexAttribL4d)( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1097 vfmt->VertexAttribL4d = vbo_VertexAttribL4d; in vbo_exec_vtxfmt_init()
1509 vfmt->VertexAttribL4d = _save_VertexAttribL4d; in vtxfmt_init()
1300 TAG(VertexAttribL4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in TAG() argument
2640 #define glVertexAttribL4d MANGLE(VertexAttribL4d)