Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp119 {"glColor3us", P(GL_Color3us)},
Dentry_points_gl_1_autogen.h60 ANGLE_EXPORT void GL_APIENTRY GL_Color3us(GLushort red, GLushort green, GLushort blue);
DlibGL_autogen.cpp170 return GL_Color3us(red, green, blue); in glColor3us()
Dentry_points_gl_1_autogen.cpp664 void GL_APIENTRY GL_Color3us(GLushort red, GLushort green, GLushort blue) in GL_Color3us() function