Searched defs:glColor4x (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java148 public void glColor4x(int red, int green, int blue, int alpha) { method in class:GLErrorWrapper
150 mgl.glColor4x(red, green, blue, alpha);
H A DGLES10.java364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
366 public static native void glColor4x( method in class:GLES10
H A DGLLogWrapper.java1303 public void glColor4x(int red, int green, int blue, int alpha) { method in class:GLLogWrapper
1304 begin("glColor4x");
1311 mgl.glColor4x(red, green, blue, alpha);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java178 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
180 public native void glColor4x( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java326 void glColor4x( method in interface:GL10

Completed in 50 milliseconds