Home
last modified time | relevance | path

Searched refs:glColor4x (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mapi/es1api/
DABI-check50 glColor4x
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def51 glColor4x @39
DlibGLES_CM.lds52 glColor4x;
DlibGLES_CM.hpp69 void (*glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); member in LibGLES_CMexports
Dmain.cpp671 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()
DlibGLES_CM.cpp4746 FUNCTION(glColor4x), in es1GetProcAddress()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java75 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000); in beginDrawing()
DGLErrorLogger.java121 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/
Dglapi_dispatch.c110 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/external/mesa3d/include/GLES/
Dgl.h465 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/external/swiftshader/include/GLES/
Dgl.h456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl80 "glColor4x",