Searched refs:glXMakeContextCurrent (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 19 o glXMakeContextCurrent (a GLX 1.3 feature) 21 glXMakeContextCurrent should work with the readable drawable. The
|
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 71 #define glXMakeContextCurrent mglXMakeContextCurrent macro
|
D | glx.h | 276 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
|
D | glxext.h | 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
/external/mesa3d/docs/specs/ |
D | MESA_multithread_makecurrent.spec | 80 glXMakeContextCurrent will generate a BadAccess error. 83 then glXMakeContextCurrent will generate a BadAccess error.
|
/external/virglrenderer/src/ |
D | virgl_glx_context.c | 103 return glXMakeContextCurrent(d->display, d->pbuffer, d->pbuffer, virglctx); in virgl_glx_make_context_current()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
|
D | glx_api.c | 1182 glXMakeContextCurrent( Display *dpy, GLXDrawable draw, in glXMakeContextCurrent() function 1280 return glXMakeContextCurrent( dpy, drawable, drawable, ctx ); in glXMakeCurrent() 2302 return glXMakeContextCurrent( dpy, draw, read, ctx ); in glXMakeCurrentReadSGI()
|
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 269 GLX_ALIAS(Bool, glXMakeContextCurrent,
|
D | glxcmds.c | 2503 GLX_FUNCTION(glXMakeContextCurrent), 2517 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 269 glXMakeContextCurrent(fDisplay, None, None, nullptr); in destroyGLContext()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 269 glXMakeContextCurrent(fDisplay, None, None, nullptr); in destroyGLContext()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 729 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(), in makeCurrent() 735 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(), in clearCurrent()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 534 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent() function 1142 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
|
/external/mesa3d/docs/relnotes/ |
D | 3.3 | 148 The new function, glXMakeContextCurrent(), in GLX 1.3 now works in Mesa.
|
/external/swiftshader/include/GL/ |
D | glxext.h | 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|