Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glIsProgram

95 	glIsProgram_client_proc_t glIsProgram;
304 virtual glIsProgram_client_proc_t set_glIsProgram(glIsProgram_client_proc_t f) { glIsProgram_client_proc_t retval = glIsProgram; glIsProgram = f; return retval;}