Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h219 vfmt->VertexAttribL1dv = NAME(VertexAttribL1dv);
Dvbo_attrib_tmp.h1157 TAG(VertexAttribL1dv)(GLuint index, const GLdouble * v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c1170 VertexAttribL1dv(GLuint index, const GLdouble *v) in VertexAttribL1dv() function
1351 (attrib_func) VertexAttribL1dv,
Dvtxfmt.c255 SET_VertexAttribL1dv(tab, vfmt->VertexAttribL1dv); in install_vtxfmt()
Ddd.h1501 void (GLAPIENTRYP VertexAttribL1dv)( GLuint index, const GLdouble *v);
/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.cpp1919 ANGLE_CAPTURE_GL(VertexAttribL1dv, isCallValid, context, index, v); in GL_VertexAttribL1dv()