Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:glRotatef

42 	glRotatef_client_proc_t glRotatef;
334 virtual glRotatef_client_proc_t set_glRotatef(glRotatef_client_proc_t f) { glRotatef_client_proc_t retval = glRotatef; glRotatef = f; return retval;}