Searched refs:glMaterialx_t (Results 1 – 3 of 3) sorted by relevance
128 glMaterialx_t glMaterialx;400 …glMaterialx_t set_glMaterialx(glMaterialx_t f) { glMaterialx_t retval = glMaterialx; glMaterialx =… in set_glMaterialx()
128 typedef void (* glMaterialx_t) (GLenum, GLenum, GLfixed); typedef
130 ptr = dlsym(gles_android,"glMaterialx"); disp->set_glMaterialx((glMaterialx_t)ptr); in create_gles_dispatch()