Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h38 void color3us(GLushort red, GLushort green, GLushort blue); \
DContext_gl.cpp802 void Context::color3us(GLushort red, GLushort green, GLushort blue) in color3us() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp705 context->color3us(red, green, blue); in GL_Color3us()