Searched refs:glColor4x (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 50 glColor4x
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 51 glColor4x @39
|
D | libGLES_CM.lds | 52 glColor4x;
|
D | libGLES_CM.hpp | 69 void (*glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); member in LibGLES_CMexports
|
D | main.cpp | 671 GL_API void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function 1446 this->glColor4x = es1::Color4x; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4746 FUNCTION(glColor4x), in es1GetProcAddress()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 75 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000); in beginDrawing()
|
D | GLErrorLogger.java | 121 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in GLErrorLogger.ErrorLoggingGL 122 ((GL10)mGL).glColor4x(red, green, blue, alpha); in glColor4x()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 110 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 465 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 80 "glColor4x",
|