Searched refs:glColor4xOES (Results 1 - 8 of 8) 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto71 glColor4xOES = 45;
/frameworks/native/opengl/include/GLES/
H A Dglext.h622 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp686 const GLMessage_Function GLMessage::glColor4xOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1034 static const Function glColor4xOES = GLMessage_Function_glColor4xOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19675 glmsg.set_function(GLMessage::glColor4xOES);
19704 glContext->hooks->gl.glColor4xOES(red, green, blue, alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp889 /* void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
893 glColor4xOES(
3482 {"glColor4xOES", "(IIII)V", (void *) android_glColor4xOES__IIII },

Completed in 275 milliseconds