Searched refs:glColor4x (Results 1 - 16 of 16) 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/libs/GLES_trace/
H A Dgltrace.proto70 glColor4x = 44;
/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/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.cpp457 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
461 glColor4x(
3083 {"glColor4x", "(IIII)V", (void *) android_glColor4x__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp391 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
395 glColor4x(
8504 {"glColor4x", "(IIII)V", (void *) android_glColor4x__IIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp876 const GLMessage_Function GLMessage::glColor4x; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1224 static const Function glColor4x = GLMessage_Function_glColor4x; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24832 glmsg.set_function(GLMessage::glColor4x);
24861 glContext->hooks->gl.glColor4x(red, green, blue, alpha);
[all...]

Completed in 3461 milliseconds