Searched refs:glColor4xOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java309 // C function void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
311 public static native void glColor4xOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h108 #define glColor4xOES wrap_glColor4xOES macro
H A Dgles_undefine.h108 #undef glColor4xOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h214 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1085 /* void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
1089 glColor4xOES(
4032 {"glColor4xOES", "(IIII)V", (void *) android_glColor4xOES__IIII },

Completed in 144 milliseconds