Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h220 vfmt->VertexAttribL2dv = NAME(VertexAttribL2dv);
Dvbo_attrib_tmp.h1181 TAG(VertexAttribL2dv)(GLuint index, const GLdouble * v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c1176 VertexAttribL2dv(GLuint index, const GLdouble *v) in VertexAttribL2dv() function
1362 (attrib_func) VertexAttribL2dv,
Dvtxfmt.c256 SET_VertexAttribL2dv(tab, vfmt->VertexAttribL2dv); in install_vtxfmt()
Ddd.h1502 void (GLAPIENTRYP VertexAttribL2dv)( GLuint index, const GLdouble *v);
/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.cpp1973 ANGLE_CAPTURE_GL(VertexAttribL2dv, isCallValid, context, index, v); in GL_VertexAttribL2dv()