Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glLightf

40     glLightf_t glLightf;
312 glLightf_t set_glLightf(glLightf_t f) { glLightf_t retval = glLightf; glLightf = f; return retval;}