Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h217 vfmt->VertexAttribL4d = NAME(VertexAttribL4d);
Dvbo_attrib_tmp.h1217 TAG(VertexAttribL4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c253 SET_VertexAttribL4d(tab, vfmt->VertexAttribL4d); in install_vtxfmt()
Ddd.h1498 … void (GLAPIENTRYP VertexAttribL4d)( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp3644 ANGLE_CAPTURE(VertexAttribL4d, isCallValid, context, index, x, y, z, w); in GL_VertexAttribL4d()