Searched refs:glColor4xOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 311 public static native void glColor4xOES( in glColor4xOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 52 void API_ENTRY(glColor4xOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 53 CALL_GL_API(glColor4xOES, red, green, blue, alpha);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 111 #define glColor4xOES wrap_glColor4xOES macro
|
D | unwrap_gles.h | 111 #undef glColor4xOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1011 glColor4xOES( in android_glColor4xOES__IIII()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 92 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19462 method public static void glColor4xOES(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 25972 method public static void glColor4xOES(int, int, int, int);
|
D | system-current.txt | 28412 method public static void glColor4xOES(int, int, int, int);
|
D | test-current.txt | 26041 method public static void glColor4xOES(int, int, int, int);
|