Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glLightfv

41     glLightfv_t glLightfv;
313 glLightfv_t set_glLightfv(glLightfv_t f) { glLightfv_t retval = glLightfv; glLightfv = f; return retval;}