HomeSort by relevance Sort by last modified time
    Searched refs:ChooseFBConfig (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c 78 glx.ChooseFBConfig = _real_glXChooseFBConfig;
glxapi.h 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
glxapi.c 445 return (t->ChooseFBConfig)(dpy, screen, attribList, nitems);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 78 glx.ChooseFBConfig = _real_glXChooseFBConfig;
glxapi.h 91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
glxapi.c 445 return (t->ChooseFBConfig)(dpy, screen, attribList, nitems);
    [all...]
fakeglx.c     [all...]

Completed in 30 milliseconds