/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 37 glColor4x;
|
D | entries.in | 91 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a) in glColor4x() function
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 326 void glColor4x( in glColor4x() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 157 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/ |
D | GLES10.java | 366 public static native void glColor4x( in glColor4x() method in GLES10
|
D | GLErrorWrapper.java | 148 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()
|
D | GLLogWrapper.java | 1303 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/ |
D | gl.h | 486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 433 glColor4x(fadeColor, fadeColor, fadeColor, 0); in drawFadeQuad()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 180 public native void glColor4x( in glColor4x() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 107 #define glColor4x wrap_glColor4x macro
|
D | gles_undefine.h | 107 #undef glColor4x
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 592 glColor4x( in android_glColor4x__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 401 glColor4x( in android_glColor4x__IIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18896 method public static void glColor4x(int, int, int, int); 51818 method public abstract void glColor4x(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 27757 method public static void glColor4x(int, int, int, int); 69177 method public abstract void glColor4x(int, int, int, int);
|
D | test-current.txt | 27913 method public static void glColor4x(int, int, int, int); 69659 method public abstract void glColor4x(int, int, int, int);
|
D | system-current.txt | 30472 method public static void glColor4x(int, int, int, int); 73135 method public abstract void glColor4x(int, int, int, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 47838 HSPLjavax/microedition/khronos/opengles/GL10;->glColor4x(IIII)V
|