Searched refs:glClipPlanefOES_t (Results 1 – 3 of 3) sorted by relevance
246 glClipPlanefOES_t glClipPlanefOES;518 …glClipPlanefOES_t set_glClipPlanefOES(glClipPlanefOES_t f) { glClipPlanefOES_t retval = glClipPlan… in set_glClipPlanefOES()
246 typedef void (* glClipPlanefOES_t) (GLenum, const GLfloat*); typedef
248 ptr = dlsym(gles_android,"glClipPlanefOES"); disp->set_glClipPlanefOES((glClipPlanefOES_t)ptr); in create_gles_dispatch()