Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:glLineWidth_client_proc_t

30 	glLineWidth_client_proc_t glLineWidth;
322 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}