Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h327 void secondaryColor3us(GLushort red, GLushort green, GLushort blue); \
DContext_gl.cpp361 void Context::secondaryColor3us(GLushort red, GLushort green, GLushort blue) in secondaryColor3us() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp8841 context->secondaryColor3us(red, green, blue); in GL_SecondaryColor3us()