Searched refs:glColor4xOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 38 glColor4xOES;
|
D | entries.in | 98 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/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 | gles_redefine.h | 108 #define glColor4xOES wrap_glColor4xOES macro
|
D | gles_undefine.h | 108 #undef glColor4xOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 214 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1089 glColor4xOES( in android_glColor4xOES__IIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19462 method public static void glColor4xOES(int, int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28349 Landroid/opengl/GLES11Ext;->glColor4xOES(IIII)V
|
/frameworks/base/api/ |
D | current.txt | 29889 method public static void glColor4xOES(int, int, int, int);
|