Searched refs:glOrthofOES_t (Results 1 – 3 of 3) sorted by relevance
245 glOrthofOES_t glOrthofOES;517 …glOrthofOES_t set_glOrthofOES(glOrthofOES_t f) { glOrthofOES_t retval = glOrthofOES; glOrthofOES =… in set_glOrthofOES()
245 typedef void (* glOrthofOES_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); typedef
247 ptr = dlsym(gles_android,"glOrthofOES"); disp->set_glOrthofOES((glOrthofOES_t)ptr); in create_gles_dispatch()