Searched refs:glCopyTexImage2D_t (Results 1 – 3 of 3) sorted by relevance
80 glCopyTexImage2D_t glCopyTexImage2D;352 …glCopyTexImage2D_t set_glCopyTexImage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopy… in set_glCopyTexImage2D()
80 typedef void (* glCopyTexImage2D_t) (GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); typedef
82 … ptr = dlsym(gles_android,"glCopyTexImage2D"); disp->set_glCopyTexImage2D((glCopyTexImage2D_t)ptr); in create_gles_dispatch()