Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt37 glColor4x;
Dentries.in91 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/frameworks/native/opengl/libagl/
Dvertex.cpp200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a) in glColor4x() function
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java326 void glColor4x( in glColor4x() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.014 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in157 void API_ENTRY(glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) {
158 CALL_GL_API(glColor4x, red, green, blue, alpha);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java366 public static native void glColor4x( in glColor4x() method in GLES10
DGLErrorWrapper.java148 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in GLErrorWrapper
150 mgl.glColor4x(red, green, blue, alpha); in glColor4x()
DGLLogWrapper.java1303 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in GLLogWrapper
1311 mgl.glColor4x(red, green, blue, alpha); in glColor4x()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/native/opengl/tests/angeles/
Ddemo.c433 glColor4x(fadeColor, fadeColor, fadeColor, 0); in drawFadeQuad()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java180 public native void glColor4x( in glColor4x() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h107 #define glColor4x wrap_glColor4x macro
Dgles_undefine.h107 #undef glColor4x
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp592 glColor4x( in android_glColor4x__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp401 glColor4x( in android_glColor4x__IIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18896 method public static void glColor4x(int, int, int, int);
51818 method public abstract void glColor4x(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt27757 method public static void glColor4x(int, int, int, int);
69177 method public abstract void glColor4x(int, int, int, int);
Dtest-current.txt27913 method public static void glColor4x(int, int, int, int);
69659 method public abstract void glColor4x(int, int, int, int);
Dsystem-current.txt30472 method public static void glColor4x(int, int, int, int);
73135 method public abstract void glColor4x(int, int, int, int);
/frameworks/base/config/
Dboot-image-profile.txt47838 HSPLjavax/microedition/khronos/opengles/GL10;->glColor4x(IIII)V