Searched refs:allowDirect (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 255 GLXContext shareList_user, Bool allowDirect, in CreateContext() argument 275 if (allowDirect && psc->vtable->create_context) in CreateContext() 356 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument 381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext() 1643 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext() argument 1648 allowDirect, X_GLXCreateNewContext, renderType, in glXCreateNewContext() 1994 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX() argument 2009 allowDirect, in glXCreateContextWithConfigSGIX()
|