Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h321 void secondaryColor3i(GLint red, GLint green, GLint blue); \
DContext_gl.cpp546 void Context::secondaryColor3i(GLint red, GLint green, GLint blue) in secondaryColor3i() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9598 context->secondaryColor3i(red, green, blue); in GL_SecondaryColor3i()