Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h216 vfmt->VertexAttribL3d = NAME(VertexAttribL3d);
Dvbo_attrib_tmp.h1193 TAG(VertexAttribL3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c252 SET_VertexAttribL3d(tab, vfmt->VertexAttribL3d); in install_vtxfmt()
Ddd.h1497 void (GLAPIENTRYP VertexAttribL3d)( GLuint index, GLdouble x, GLdouble y, GLdouble z);
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp3598 ANGLE_CAPTURE(VertexAttribL3d, isCallValid, context, index, x, y, z); in GL_VertexAttribL3d()