Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp760 {"glSecondaryColor3ub", P(GL_SecondaryColor3ub)},
Dentry_points_gl_1_autogen.h671 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
DlibGL_autogen.cpp2263 return GL_SecondaryColor3ub(red, green, blue); in glSecondaryColor3ub()
Dentry_points_gl_1_autogen.cpp9675 void GL_APIENTRY GL_SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in GL_SecondaryColor3ub() function