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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c 117 glx.ImportContextEXT = _real_glXImportContextEXT;
glxapi.h 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
glxapi.c 744 return (t->ImportContextEXT)(dpy, contextID);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 117 glx.ImportContextEXT = _real_glXImportContextEXT;
glxapi.h 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
glxapi.c 744 return (t->ImportContextEXT)(dpy, contextID);
    [all...]
fakeglx.c     [all...]

Completed in 418 milliseconds