Home
last modified time | relevance | path

Searched refs:GL_VertexAttrib4sv (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h159 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib4sv(GLuint index, const GLshort *v);
Dproc_table_wgl_autogen.cpp998 {"glVertexAttrib4sv", P(GL_VertexAttrib4sv)},
Dentry_points_gl_2_autogen.cpp2212 void GL_APIENTRY GL_VertexAttrib4sv(GLuint index, const GLshort *v) in GL_VertexAttrib4sv() function
DlibGL_autogen.cpp2951 return GL_VertexAttrib4sv(index, v); in glVertexAttrib4sv()