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