Searched refs:glColor4xOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/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 | 307 public static native void glColor4xOES( in glColor4xOES() method in GLES11Ext
|
/frameworks/base/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/opengl/include/GLES/ |
D | glext.h | 533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/opengl/libs/ |
D | glesv2dbg_functions.h | 48 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
D | entries.in | 46 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
D | debug.in | 28 TRACE_GL_VOID(glColor4xOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green,…
|
D | trace.in | 46 TRACE_GL_VOID(glColor4xOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green,…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 569 glColor4xOES( in android_glColor4xOES__IIII()
|
/frameworks/base/api/ |
D | current.txt | 13433 method public static void glColor4xOES(int, int, int, int);
|
D | 14.txt | 13433 method public static void glColor4xOES(int, int, int, int);
|