Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c247 __GLXcontext *glxc, *shareglxc; in DoCreateContext() local
308 glxc = pGlxScreen->createContext(pGlxScreen, config, shareglxc, in DoCreateContext()
312 glxc = __glXdirectContextCreate(pGlxScreen, config, shareglxc); in DoCreateContext()
313 if (!glxc) { in DoCreateContext()
319 glxc->pGlxScreen = pGlxScreen; in DoCreateContext()
320 glxc->config = config; in DoCreateContext()
321 glxc->id = gcId; in DoCreateContext()
322 glxc->share_id = shareList; in DoCreateContext()
323 glxc->idExists = GL_TRUE; in DoCreateContext()
324 glxc->isDirect = isDirect; in DoCreateContext()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c160 __GLXcontext *glxc, *shareglxc; in CreateContext() local
207 glxc = calloc(1, sizeof(__GLXcontext)); in CreateContext()
208 if (!glxc) { in CreateContext()
216 glxc->pFBConfig = glxLookupFBConfig(fbconfigId); in CreateContext()
217 if (!glxc->pFBConfig) { in CreateContext()
219 free(glxc); in CreateContext()
222 visual = glxc->pFBConfig->associatedVisualId; in CreateContext()
225 glxc->pFBConfig = NULL; in CreateContext()
240 free(glxc); in CreateContext()
255 free(glxc); in CreateContext()
[all …]
H A Dglxvendor.c150 __GLXcontext *glxc; in __glXVForwardSingleReq() local
156 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardSingleReq()
157 if (!glxc) { in __glXVForwardSingleReq()
160 from_screen = to_screen = glxc->pScreen->myNum; in __glXVForwardSingleReq()
203 __GLXcontext *glxc; in __glXVForwardPipe0WithReply() local
210 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardPipe0WithReply()
211 if (!glxc) { in __glXVForwardPipe0WithReply()
218 dmxScreen = &dmxScreens[glxc->pScreen->myNum]; in __glXVForwardPipe0WithReply()
219 dpy = GetBackEndDisplay(cl, glxc->pScreen->myNum); in __glXVForwardPipe0WithReply()
231 GetCurrentBackEndTag(cl, req->contextTag, glxc->pScreen->myNum); in __glXVForwardPipe0WithReply()
[all …]
H A Dglxsingle.c159 __GLXcontext *glxc; in __glXForwardSingleReq() local
165 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXForwardSingleReq()
166 if (!glxc) { in __glXForwardSingleReq()
169 from_screen = to_screen = glxc->pScreen->myNum; in __glXForwardSingleReq()
216 __GLXcontext *glxc; in __glXForwardPipe0WithReply() local
223 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXForwardPipe0WithReply()
224 if (!glxc) { in __glXForwardPipe0WithReply()
231 dmxScreen = &dmxScreens[glxc->pScreen->myNum]; in __glXForwardPipe0WithReply()
232 dpy = GetBackEndDisplay(cl, glxc->pScreen->myNum); in __glXForwardPipe0WithReply()
243 GetCurrentBackEndTag(cl, req->contextTag, glxc->pScreen->myNum); in __glXForwardPipe0WithReply()
[all …]
H A Dglxext.h51 extern GLboolean __glXFreeContext(__GLXcontext * glxc);