Searched refs:glTranslatexOES_t (Results 1 – 3 of 3) sorted by relevance
219 glTranslatexOES_t glTranslatexOES;491 …glTranslatexOES_t set_glTranslatexOES(glTranslatexOES_t f) { glTranslatexOES_t retval = glTranslat… in set_glTranslatexOES()
219 typedef void (* glTranslatexOES_t) (GLfixed, GLfixed, GLfixed); typedef
221 ptr = dlsym(gles_android,"glTranslatexOES"); disp->set_glTranslatexOES((glTranslatexOES_t)ptr); in create_gles_dispatch()