Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h158 GL_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
Dproc_table_wgl_autogen.cpp997 {"glVertexAttrib4s", P(GL_VertexAttrib4s)},
Dentry_points_gl_2_autogen.cpp2189 void GL_APIENTRY GL_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) in GL_VertexAttrib4s() function
DlibGL_autogen.cpp2946 return GL_VertexAttrib4s(index, x, y, z, w); in glVertexAttrib4s()