Searched refs:xmesaContext (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 101 XMesaContext xmesaContext; member in struct:__GLXcontextRec 1137 glxCtx->xmesaContext = XMesaCreateContext(xmvis, shareCtx, major, minor, 1139 if (!glxCtx->xmesaContext) { 1169 shareCtx ? shareCtx->xmesaContext : NULL, 1198 XMesaContext xmctx = glxCtx->xmesaContext; 1399 XMesaContext xm_src = src->xmesaContext; 1400 XMesaContext xm_dst = dst->xmesaContext; 1435 XMesaDestroyContext( glxCtx->xmesaContext ); 2205 shareCtx ? shareCtx->xmesaContext : NULL, 2215 XMesaContext xmctx = glxCtx->xmesaContext; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 101 XMesaContext xmesaContext; member in struct:__GLXcontextRec 1133 glxCtx->xmesaContext = XMesaCreateContext(xmvis, shareCtx, major, minor, 1135 if (!glxCtx->xmesaContext) { 1165 shareCtx ? shareCtx->xmesaContext : NULL, 1187 XMesaContext xmctx = glxCtx->xmesaContext; 1366 XMesaContext xm_src = src->xmesaContext; 1367 XMesaContext xm_dst = dst->xmesaContext; 1397 XMesaDestroyContext( glxCtx->xmesaContext ); 2155 shareCtx ? shareCtx->xmesaContext : NULL, 2165 XMesaContext xmctx = glxCtx->xmesaContext; [all...] |
Completed in 8 milliseconds