Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp115 {"glColor3ub", P(GL_Color3ub)},
Dentry_points_gl_1_autogen.h56 ANGLE_EXPORT void GL_APIENTRY GL_Color3ub(GLubyte red, GLubyte green, GLubyte blue);
DlibGL_autogen.cpp150 return GL_Color3ub(red, green, blue); in glColor3ub()
Dentry_points_gl_1_autogen.cpp576 void GL_APIENTRY GL_Color3ub(GLubyte red, GLubyte green, GLubyte blue) in GL_Color3ub() function