Searched refs:glRotatexOES_t (Results 1 – 3 of 3) sorted by relevance
212 glRotatexOES_t glRotatexOES;484 …glRotatexOES_t set_glRotatexOES(glRotatexOES_t f) { glRotatexOES_t retval = glRotatexOES; glRotate… in set_glRotatexOES()
212 typedef void (* glRotatexOES_t) (GLfixed, GLfixed, GLfixed, GLfixed); typedef
214 ptr = dlsym(gles_android,"glRotatexOES"); disp->set_glRotatexOES((glRotatexOES_t)ptr); in create_gles_dispatch()