Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1120 GLXContext glxCtx; in create_context() local
1125 glxCtx = CALLOC_STRUCT(__GLXcontextRec); in create_context()
1126 if (!glxCtx) in create_context()
1134 glxCtx->xmesaContext = XMesaCreateContext(xmvis, shareCtx, major, minor, in create_context()
1136 if (!glxCtx->xmesaContext) { in create_context()
1137 free(glxCtx); in create_context()
1141 glxCtx->isDirect = DEFAULT_DIRECT; in create_context()
1142 glxCtx->currentDpy = dpy; in create_context()
1143 glxCtx->xid = (XID) glxCtx; /* self pointer */ in create_context()
1145 return glxCtx; in create_context()
[all …]