Home
last modified time | relevance | path

Searched refs:DRI2Connect (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.h263 extern _X_EXPORT Bool DRI2Connect(ClientPtr client, ScreenPtr pScreen,
H A Ddri2ext.c122 if (!DRI2Connect(client, pDraw->pScreen, in ProcDRI2Connect()
H A Ddri2.c1322 DRI2Connect(ClientPtr client, ScreenPtr pScreen, in DRI2Connect() function
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c942 if (!DRI2Connect(serverClient, pScreen, DRI2DriverDRI, in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog59495 dri2: Don't bother with xf86LoaderCheckSymbol("DRI2Connect")
62763 __glXDRIscreenProbe: free screen when DRI2Connect fails, instead of leaking it
74924 The swapped implementation of DRI2Connect is always responding with empty
108630 In DRI2Connect, check to see if DRI2 has been initialized (bug 28424)
116555 driverNames array in DRI2InfoRec. DRI2Connect returns the name for the driver
150790 dri2: fix crasher if DRI2Connect fails