Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glGetProgramInfoLog

76 	glGetProgramInfoLog_client_proc_t glGetProgramInfoLog;
285 virtual glGetProgramInfoLog_client_proc_t set_glGetProgramInfoLog(glGetProgramInfoLog_client_proc_t f) { glGetProgramInfoLog_client_proc_t retval = glGetProgramInfoLog; glGetProgramInfoLog = f; return retval;}