Home
last modified time | relevance | path

Searched refs:glColor4ub (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mapi/es1api/
DABI-check49 glColor4ub
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def58 glColor4ub = glColor4ub@16
Dosmesa.def61 glColor4ub
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def50 glColor4ub @141
DlibGLES_CM.lds51 glColor4ub;
DlibGLES_CM.hpp68 void (*glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); member in LibGLES_CMexports
Dmain.cpp666 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()
DlibGLES_CM.cpp4745 FUNCTION(glColor4ub), in es1GetProcAddress()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def51 glColor4ub = glColor4ub@16
Dopengl32.def51 glColor4ub
Dstw_context.c639 &glColor4ub,
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java743 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/
Dgl.h464 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/external/swiftshader/include/GLES/
Dgl.h455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl79 "glColor4ub",
/external/mesa3d/include/GL/
Dgl.h1009 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
Dgl_mangle.h254 #define glColor4ub MANGLE(Color4ub) macro