Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp750 {"glSecondaryColor3b", P(GL_SecondaryColor3b)},
Dentry_points_gl_1_autogen.h661 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
DlibGL_autogen.cpp2213 return GL_SecondaryColor3b(red, green, blue); in glSecondaryColor3b()
Dentry_points_gl_1_autogen.cpp9450 void GL_APIENTRY GL_SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) in GL_SecondaryColor3b() function