Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h222 vfmt->VertexAttribL4dv = NAME(VertexAttribL4dv);
Dvbo_attrib_tmp.h1229 TAG(VertexAttribL4dv)(GLuint index, const GLdouble * v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c1188 VertexAttribL4dv(GLuint index, const GLdouble *v) in VertexAttribL4dv() function
1384 (attrib_func) VertexAttribL4dv,
Dvtxfmt.c258 SET_VertexAttribL4dv(tab, vfmt->VertexAttribL4dv); in install_vtxfmt()
Ddd.h1504 void (GLAPIENTRYP VertexAttribL4dv)( GLuint index, const GLdouble *v);
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp3667 ANGLE_CAPTURE(VertexAttribL4dv, isCallValid, context, index, v); in GL_VertexAttribL4dv()