Searched refs:glFrustumxOES_t (Results 1 – 3 of 3) sorted by relevance
189 glFrustumxOES_t glFrustumxOES;461 …glFrustumxOES_t set_glFrustumxOES(glFrustumxOES_t f) { glFrustumxOES_t retval = glFrustumxOES; glF… in set_glFrustumxOES()
189 typedef void (* glFrustumxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
191 ptr = dlsym(gles_android,"glFrustumxOES"); disp->set_glFrustumxOES((glFrustumxOES_t)ptr); in create_gles_dispatch()