Searched refs:glAlphaFunc_t (Results 1 – 3 of 3) sorted by relevance
23 glAlphaFunc_t glAlphaFunc;295 …glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc =… in set_glAlphaFunc()
23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf); typedef
25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr); in create_gles_dispatch()