Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching defs:set_glDisable

367 	virtual glDisable_client_proc_t set_glDisable(glDisable_client_proc_t f) { glDisable_client_proc_t retval = glDisable; glDisable = f; return retval;}