Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:set_glDepthFunc

254 	virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval = glDepthFunc; glDepthFunc = f; return retval;}