Searched refs:GL_VertexAttrib3s (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.h | 139 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z);
|
D | proc_table_wgl_autogen.cpp | 982 {"glVertexAttrib3s", P(GL_VertexAttrib3s)},
|
D | entry_points_gl_2_autogen.cpp | 1844 void GL_APIENTRY GL_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) in GL_VertexAttrib3s() function
|
D | libGL_autogen.cpp | 2871 return GL_VertexAttrib3s(index, x, y, z); in glVertexAttrib3s()
|