Searched refs:glGetClipPlanex_t (Results 1 – 3 of 3) sorted by relevance
102 glGetClipPlanex_t glGetClipPlanex;374 …glGetClipPlanex_t set_glGetClipPlanex(glGetClipPlanex_t f) { glGetClipPlanex_t retval = glGetClipP… in set_glGetClipPlanex()
102 typedef void (* glGetClipPlanex_t) (GLenum, GLfixed*); typedef
104 ptr = dlsym(gles_android,"glGetClipPlanex"); disp->set_glGetClipPlanex((glGetClipPlanex_t)ptr); in create_gles_dispatch()