Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching defs:glFlush

82 	glFlush_client_proc_t glFlush;
374 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}