Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glBlendFunc

21 	glBlendFunc_client_proc_t glBlendFunc;
230 virtual glBlendFunc_client_proc_t set_glBlendFunc(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}