Home | History | Annotate | Download | only in main

Lines Matching refs:_glapi_proc

873    table = (struct _glapi_table *) malloc(numEntries * sizeof(_glapi_proc));
875 _glapi_proc *entry = (_glapi_proc *) table;
878 entry[i] = (_glapi_proc) generic_nop;