Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:glRotatex

131 	glRotatex_client_proc_t glRotatex;
423 virtual glRotatex_client_proc_t set_glRotatex(glRotatex_client_proc_t f) { glRotatex_client_proc_t retval = glRotatex; glRotatex = f; return retval;}