Searched refs:glMaterialxv_t (Results 1 – 3 of 3) sorted by relevance
129 glMaterialxv_t glMaterialxv;401 …glMaterialxv_t set_glMaterialxv(glMaterialxv_t f) { glMaterialxv_t retval = glMaterialxv; glMateri… in set_glMaterialxv()
129 typedef void (* glMaterialxv_t) (GLenum, GLenum, const GLfixed*); typedef
131 ptr = dlsym(gles_android,"glMaterialxv"); disp->set_glMaterialxv((glMaterialxv_t)ptr); in create_gles_dispatch()