Searched refs:GL_TexCoord4s (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 813 {"glTexCoord4s", P(GL_TexCoord4s)},
|
D | entry_points_gl_1_autogen.h | 353 ANGLE_EXPORT void GL_APIENTRY GL_TexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q);
|
D | libGL_autogen.cpp | 1368 return GL_TexCoord4s(s, t, r, q); in glTexCoord4s()
|
D | entry_points_gl_1_autogen.cpp | 5962 void GL_APIENTRY GL_TexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q) in GL_TexCoord4s() function
|