/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/libs/GLES_trace/proto/ |
D | gltrace.proto | 72 glColor4x = 44; enumerator
|
/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 | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 579 glColor4x( in android_glColor4x__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 399 glColor4x( in android_glColor4x__IIII()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 77 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
D | trace.in | 77 TRACE_GL_VOID(glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, bl…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 24832 glmsg.set_function(GLMessage::glColor4x); in GLTrace_glColor4x() 24861 glContext->hooks->gl.glColor4x(red, green, blue, alpha); in GLTrace_glColor4x()
|
/frameworks/base/api/ |
D | current.txt | 20129 method public static void glColor4x(int, int, int, int); 54583 method public abstract void glColor4x(int, int, int, int);
|
D | system-current.txt | 22073 method public static void glColor4x(int, int, int, int); 57189 method public abstract void glColor4x(int, int, int, int);
|