Searched refs:glColor4x (Results 1 – 4 of 4) sorted by relevance
/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/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/external/chromium_org/third_party/mesa/src/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|