Searched refs:allowDirect (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 321 GLXContext shareList_user, Bool allowDirect, in CreateContext() argument 341 if (allowDirect && psc->vtable->create_context) in CreateContext() 436 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument 467 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext() 1615 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext() argument 1642 allowDirect, X_GLXCreateNewContext, renderType, in glXCreateNewContext() 2025 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX() argument 2040 allowDirect, in glXCreateContextWithConfigSGIX()
|