Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:glBlendFunc_client_proc_t

53 	glBlendFunc_client_proc_t glBlendFunc;
345 virtual glBlendFunc_client_proc_t set_glBlendFunc(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}