Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glTexSubImage2D

121 	glTexSubImage2D_client_proc_t glTexSubImage2D;
330 virtual glTexSubImage2D_client_proc_t set_glTexSubImage2D(glTexSubImage2D_client_proc_t f) { glTexSubImage2D_client_proc_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}