Searched refs:glColor4ub (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 51 glColor4ub = glColor4ub@16
|
D | opengl32.def | 51 glColor4ub
|
D | stw_context.c | 472 &glColor4ub,
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 65 glColor4ub
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 743 public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) { in glColor4ub() method in GLErrorLogger.ErrorLoggingGL 744 ((GL11)mGL).glColor4ub(arg0, arg1, arg2, arg3); in glColor4ub()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 65 "glColor4ub",
|
/external/mesa3d/include/GL/ |
D | gl.h | 1037 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
|
D | gl_mangle.h | 212 #define glColor4ub MANGLE(Color4ub) macro
|