Searched refs:glOrthox_t (Results 1 – 3 of 3) sorted by relevance
135 glOrthox_t glOrthox;407 …glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;} in set_glOrthox()
135 typedef void (* glOrthox_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
137 ptr = dlsym(gles_android,"glOrthox"); disp->set_glOrthox((glOrthox_t)ptr); in create_gles_dispatch()