Searched refs:GL_VertexAttrib4s (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.h | 158 GL_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
|
D | proc_table_wgl_autogen.cpp | 997 {"glVertexAttrib4s", P(GL_VertexAttrib4s)},
|
D | entry_points_gl_2_autogen.cpp | 2189 void GL_APIENTRY GL_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) in GL_VertexAttrib4s() function
|
D | libGL_autogen.cpp | 2946 return GL_VertexAttrib4s(index, x, y, z, w); in glVertexAttrib4s()
|