Searched refs:color4ub (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 172 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
D | GLEScmContext.h | 131 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
D | GLEScmContext.cpp | 1806 void GLEScmContext::color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in color4ub() function in GLEScmContext 1815 core().color4ub(red,green,blue,alpha); in color4ub()
|
D | CoreProfileEngine.cpp | 791 void CoreProfileEngine::color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in color4ub() function in CoreProfileEngine
|
D | GLEScmImp.cpp | 630 ctx->color4ub(red, green, blue, alpha); in glColor4ub()
|