Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp111 {"glColor3i", P(GL_Color3i)},
Dentry_points_gl_1_autogen.h52 ANGLE_EXPORT void GL_APIENTRY GL_Color3i(GLint red, GLint green, GLint blue);
DlibGL_autogen.cpp130 return GL_Color3i(red, green, blue); in glColor3i()
Dentry_points_gl_1_autogen.cpp488 void GL_APIENTRY GL_Color3i(GLint red, GLint green, GLint blue) in GL_Color3i() function