Add unit tests for the end of GLdispatch's dispatch table.
This is mostly for PPC, where looking up a function at index >= 4096 in the dispatch table requires an extra instruction beyond just a simple register+immediate load. This change expands the libGLdispatch unit tests to make sure we got that right.