Searched refs:glColor4ub (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 49 glColor4ub
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 58 glColor4ub = glColor4ub@16
|
D | osmesa.def | 61 glColor4ub
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 50 glColor4ub @141
|
D | libGLES_CM.lds | 51 glColor4ub;
|
D | libGLES_CM.hpp | 68 void (*glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); member in LibGLES_CMexports
|
D | main.cpp | 666 GL_API void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function 1445 this->glColor4ub = es1::Color4ub; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4745 FUNCTION(glColor4ub), in es1GetProcAddress()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 51 glColor4ub = glColor4ub@16
|
D | opengl32.def | 51 glColor4ub
|
D | stw_context.c | 639 &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 | 464 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/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 | 79 "glColor4ub",
|
/external/mesa3d/include/GL/ |
D | gl.h | 1009 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
|
D | gl_mangle.h | 254 #define glColor4ub MANGLE(Color4ub) macro
|