Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glColor4xOES

866 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
868 getDispatch()->glColor4xOES(red, green, blue, alpha);