Searched refs:glOrthof_t (Results 1 – 3 of 3) sorted by relevance
49 glOrthof_t glOrthof;321 …glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;} in set_glOrthof()
49 typedef void (* glOrthof_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); typedef
51 ptr = dlsym(gles_android,"glOrthof"); disp->set_glOrthof((glOrthof_t)ptr); in create_gles_dispatch()