Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glColor4x

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