Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp756 {"glSecondaryColor3i", P(GL_SecondaryColor3i)},
Dentry_points_gl_1_autogen.h667 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3i(GLint red, GLint green, GLint blue);
DlibGL_autogen.cpp2243 return GL_SecondaryColor3i(red, green, blue); in glSecondaryColor3i()
Dentry_points_gl_1_autogen.cpp9585 void GL_APIENTRY GL_SecondaryColor3i(GLint red, GLint green, GLint blue) in GL_SecondaryColor3i() function