Searched refs:glDrawTexfvOES_t (Results 1 – 3 of 3) sorted by relevance
178 glDrawTexfvOES_t glDrawTexfvOES;450 …glDrawTexfvOES_t set_glDrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES… in set_glDrawTexfvOES()
178 typedef void (* glDrawTexfvOES_t) (const GLfloat*); typedef
180 ptr = dlsym(gles_android,"glDrawTexfvOES"); disp->set_glDrawTexfvOES((glDrawTexfvOES_t)ptr); in create_gles_dispatch()