Searched refs:glOrthoxOES_t (Results 1 – 3 of 3) sorted by relevance
207 glOrthoxOES_t glOrthoxOES;479 …glOrthoxOES_t set_glOrthoxOES(glOrthoxOES_t f) { glOrthoxOES_t retval = glOrthoxOES; glOrthoxOES =… in set_glOrthoxOES()
207 typedef void (* glOrthoxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
209 ptr = dlsym(gles_android,"glOrthoxOES"); disp->set_glOrthoxOES((glOrthoxOES_t)ptr); in create_gles_dispatch()