Home
last modified time | relevance | path

Searched refs:glColor4xOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java311 public static native void glColor4xOES( in glColor4xOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in52 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/
Dwrap_gles.h111 #define glColor4xOES wrap_glColor4xOES macro
Dunwrap_gles.h111 #undef glColor4xOES
/frameworks/native/opengl/include/GLES/
Dglext.h671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1011 glColor4xOES( in android_glColor4xOES__IIII()
/frameworks/native/opengl/libs/
Dentries.in92 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19462 method public static void glColor4xOES(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt25972 method public static void glColor4xOES(int, int, int, int);
Dsystem-current.txt28412 method public static void glColor4xOES(int, int, int, int);
Dtest-current.txt26041 method public static void glColor4xOES(int, int, int, int);