Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glFlush

56 	glFlush_client_proc_t glFlush;
265 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}