Home
last modified time | relevance | path

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

12

/external/angle/src/tests/gl_tests/gles1/
DCurrentColorTest.cpp57 glColor4ub(0xff, 0x0, 0x55, 0x33); in TEST_P()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def54 glColor4ub @52
DlibGLESv1_CM.cpp273 void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt23 glColor4ub
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def50 glColor4ub @141
DlibGLES_CM.lds51 glColor4ub;
DlibGLES_CM.hpp68 void (GL_APIENTRY *glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
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()
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def58 glColor4ub = glColor4ub@16
Dosmesa.def61 glColor4ub
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def51 glColor4ub = glColor4ub@16
Dopengl32.def51 glColor4ub
Dstw_context.c640 &glColor4ub,
Dgldrv.h69 …void (APIENTRY *glColor4ub )( GLubyte red, GLubyte green, GLubyte blue, GLubyte…
/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/angle/src/libGL/
DlibGL_autogen.def51 glColor4ub
/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/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def385 glColor4ub
DlibGLESv2_with_capture_autogen.def385 glColor4ub
DlibGLESv2_autogen.def385 glColor4ub
/external/swiftshader/include/GLES/
Dgl.h455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/external/mesa3d/include/GLES/
Dgl.h455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl79 "glColor4ub",
/external/angle/include/GLES/
Dgl.h604 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/external/angle/util/
Dgles_loader_autogen.cpp47 ANGLE_UTIL_EXPORT PFNGLCOLOR4UBPROC glColor4ub; variable
1545 glColor4ub = reinterpret_cast<PFNGLCOLOR4UBPROC>(loadProc("glColor4ub")); in LoadGLES()

12