Home
last modified time | relevance | path

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

/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/libs/GLES_trace/proto/
Dgltrace.proto72 glColor4x = 44; enumerator
/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.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp579 glColor4x( in android_glColor4x__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp399 glColor4x( in android_glColor4x__IIII()
/frameworks/native/opengl/libs/
Dentries.in77 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
Dtrace.in77 TRACE_GL_VOID(glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, bl…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp24832 glmsg.set_function(GLMessage::glColor4x); in GLTrace_glColor4x()
24861 glContext->hooks->gl.glColor4x(red, green, blue, alpha); in GLTrace_glColor4x()
/frameworks/base/api/
Dcurrent.txt20129 method public static void glColor4x(int, int, int, int);
54583 method public abstract void glColor4x(int, int, int, int);
Dsystem-current.txt22073 method public static void glColor4x(int, int, int, int);
57189 method public abstract void glColor4x(int, int, int, int);