Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.h200 GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
Dproc_table_wgl_autogen.cpp1469 {"glVertexAttribL4d", P(GL_VertexAttribL4d)},
Dproc_table_glx_autogen.cpp1469 {"glVertexAttribL4d", P(GL_VertexAttribL4d)},
Dproc_table_egl_autogen.cpp1591 DESKTOP_ONLY("glVertexAttribL4d", GL_VertexAttribL4d)
Dentry_points_gl_4_autogen.cpp2036 void GL_APIENTRY GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in GL_VertexAttribL4d() function
DlibGLESv2_autogen.cpp8644 return GL_VertexAttribL4d(index, x, y, z, w); in glVertexAttribL4d()