Home
last modified time | relevance | path

Searched refs:secondaryColor3ub (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h323 void secondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue); \
DContext_gl.cpp341 void Context::secondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in secondaryColor3ub() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp8727 context->secondaryColor3ub(red, green, blue); in GL_SecondaryColor3ub()