Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:set_glColor4x

347     glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return retval;}