Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:set_glCopyTexImage2D

352     glCopyTexImage2D_t set_glCopyTexImage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopyTexImage2D; glCopyTexImage2D = f; return retval;}