Searched refs:glLoadMatrixf_t (Results 1 – 3 of 3) sorted by relevance
43 glLoadMatrixf_t glLoadMatrixf;315 …glLoadMatrixf_t set_glLoadMatrixf(glLoadMatrixf_t f) { glLoadMatrixf_t retval = glLoadMatrixf; glL… in set_glLoadMatrixf()
43 typedef void (* glLoadMatrixf_t) (const GLfloat*); typedef
45 ptr = dlsym(gles_android,"glLoadMatrixf"); disp->set_glLoadMatrixf((glLoadMatrixf_t)ptr); in create_gles_dispatch()