Searched refs:glColor4x (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a) function
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
/frameworks/base/opengl/java/android/opengl/
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 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 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/javax/microedition/khronos/opengles/
H A DGL10.java326 void glColor4x( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h107 #define glColor4x wrap_glColor4x macro
H A Dgles_undefine.h107 #undef glColor4x macro
/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/native/opengl/include/GLES/
H A Dgl.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c433 glColor4x(fadeColor, fadeColor, fadeColor, 0);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp588 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
592 glColor4x(
3427 {"glColor4x", "(IIII)V", (void *) android_glColor4x__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp397 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
401 glColor4x(
9108 {"glColor4x", "(IIII)V", (void *) android_glColor4x__IIII },

Completed in 250 milliseconds