Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glLightModelfv

39     glLightModelfv_t glLightModelfv;
311 glLightModelfv_t set_glLightModelfv(glLightModelfv_t f) { glLightModelfv_t retval = glLightModelfv; glLightModelfv = f; return retval;}