Searched refs:glGetClipPlanef_t (Results 1 – 3 of 3) sorted by relevance
32 glGetClipPlanef_t glGetClipPlanef;304 …glGetClipPlanef_t set_glGetClipPlanef(glGetClipPlanef_t f) { glGetClipPlanef_t retval = glGetClipP… in set_glGetClipPlanef()
32 typedef void (* glGetClipPlanef_t) (GLenum, GLfloat*); typedef
34 ptr = dlsym(gles_android,"glGetClipPlanef"); disp->set_glGetClipPlanef((glGetClipPlanef_t)ptr); in create_gles_dispatch()