Searched refs:allowDirect (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 284 GLXContext shareList_user, Bool allowDirect, in CreateContext() argument 304 if (allowDirect && psc->vtable->create_context) in CreateContext() 384 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument 428 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext() 1612 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext() argument 1639 allowDirect, X_GLXCreateNewContext, renderType, in glXCreateNewContext() 1998 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX() argument 2013 allowDirect, in glXCreateContextWithConfigSGIX()
|