Searched refs:glClipPlanexOES_t (Results 1 – 3 of 3) sorted by relevance
184 glClipPlanexOES_t glClipPlanexOES;
184 typedef void (GL_APIENTRY *glClipPlanexOES_t) (GLenum, const GLfixed*); typedef
201 s_gl.glClipPlanexOES = (glClipPlanexOES_t) s_gles_lib->findSymbol("glClipPlanexOES"); in init_gl_dispatch()