Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h38 void color3us(GLushort red, GLushort green, GLushort blue); \
DContext_gl.cpp807 void Context::color3us(GLushort red, GLushort green, GLushort blue) in color3us() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp677 context->color3us(red, green, blue); in GL_Color3us()