Searched refs:secondaryColor3ub (Results 1 – 3 of 3) sorted by relevance
31 void secondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue); \
566 void Context::secondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in secondaryColor3ub() function in gl::Context
531 context->secondaryColor3ub(red, green, blue); in SecondaryColor3ub()