Home
last modified time | relevance | path

Searched refs:color4ub (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h172 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
DGLEScmContext.h131 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
DGLEScmContext.cpp1806 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()
DCoreProfileEngine.cpp791 void CoreProfileEngine::color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in color4ub() function in CoreProfileEngine
DGLEScmImp.cpp630 ctx->color4ub(red, green, blue, alpha); in glColor4ub()