Searched refs:__GLX_IS_VERSION_SUPPORTED (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxcmds.c | 359 if (__GLX_IS_VERSION_SUPPORTED(1, 3)) { in CreateContext() 518 if (!pDraw && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in __glXBindSwapBarrierSGIX() 551 if (!pDraw && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in __glXJoinSwapGroupSGIX() 574 if (!pMember && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in __glXJoinSwapGroupSGIX() 954 if (!pDraw && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in MakeCurrent() 977 if (!pDraw && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in MakeCurrent() 1066 if (!pReadDraw && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in MakeCurrent() 1088 if (!pReadDraw && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in MakeCurrent() 1344 if (__GLX_IS_VERSION_SUPPORTED(1, 3)) { in MakeCurrent() 1945 if (pFBConfig && __GLX_IS_VERSION_SUPPORTED(1, 3)) { in CreateGLXPixmap() [all …]
|
| H A D | glxserver.h | 288 #define __GLX_IS_VERSION_SUPPORTED(major,minor) \ macro
|