/external/angle/src/tests/gl_tests/gles1/ |
D | CurrentColorTest.cpp | 57 glColor4ub(0xff, 0x0, 0x55, 0x33); in TEST_P()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 54 glColor4ub @52
|
D | libGLESv1_CM.cpp | 273 void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 23 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 (GL_APIENTRY *glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
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()
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 58 glColor4ub = glColor4ub@16
|
D | osmesa.def | 61 glColor4ub
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 51 glColor4ub = glColor4ub@16
|
D | opengl32.def | 51 glColor4ub
|
D | stw_context.c | 640 &glColor4ub,
|
D | gldrv.h | 69 …void (APIENTRY *glColor4ub )( GLubyte red, GLubyte green, GLubyte blue, GLubyte…
|
/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/angle/src/libGL/ |
D | libGL_autogen.def | 51 glColor4ub
|
/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/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 385 glColor4ub
|
D | libGLESv2_with_capture_autogen.def | 385 glColor4ub
|
D | libGLESv2_autogen.def | 385 glColor4ub
|
/external/swiftshader/include/GLES/ |
D | gl.h | 455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 79 "glColor4ub",
|
/external/angle/include/GLES/ |
D | gl.h | 604 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/external/angle/util/ |
D | gles_loader_autogen.cpp | 47 ANGLE_UTIL_EXPORT PFNGLCOLOR4UBPROC glColor4ub; variable 1545 glColor4ub = reinterpret_cast<PFNGLCOLOR4UBPROC>(loadProc("glColor4ub")); in LoadGLES()
|