Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.h197 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z);
Dproc_table_wgl_autogen.cpp1467 {"glVertexAttribL3d", P(GL_VertexAttribL3d)},
Dproc_table_glx_autogen.cpp1467 {"glVertexAttribL3d", P(GL_VertexAttribL3d)},
Dproc_table_egl_autogen.cpp1589 DESKTOP_ONLY("glVertexAttribL3d", GL_VertexAttribL3d)
Dentry_points_gl_4_autogen.cpp1982 void GL_APIENTRY GL_VertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in GL_VertexAttribL3d() function
DlibGLESv2_autogen.cpp8634 return GL_VertexAttribL3d(index, x, y, z); in glVertexAttribL3d()