Searched refs:glColor4ub (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestdyngl.c61 void(APIENTRY*glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte); member in struct:__anon10737
83 f->glColor4ub=get_funcaddr("glColor4ub");
178 f.glColor4ub(255,255,255,255);
/external/quake/quake/src/WinQuake/
H A Dglquake.h335 #define glColor4ub(...) do { glColor4ub(__VA_ARGS__); GLCHECK("glColor4ub");} while(0) macro
/external/quake/quake/src/QW/client/
H A Dr_part.c547 glColor4ub (*at, *(at+1), *(at+2), theAlpha);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java743 public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) { method in class:GLErrorLogger.ErrorLoggingGL
744 ((GL11)mGL).glColor4ub(arg0, arg1, arg2, arg3);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h49 SDL_PROC_UNUSED(void,glColor4ub,(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha))

Completed in 52 milliseconds