Searched refs:glXMakeContextCurrent (Results 1 – 20 of 20) 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/virglrenderer/src/ |
D | vrend_winsys_glx.c | 103 return glXMakeContextCurrent(d->display, d->pbuffer, d->pbuffer, virglctx); in virgl_glx_make_context_current()
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_multithread_makecurrent.spec | 80 glXMakeContextCurrent will generate a BadAccess error. 83 then glXMakeContextCurrent will generate a BadAccess error.
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
|
D | glx_api.c | 1179 glXMakeContextCurrent( Display *dpy, GLXDrawable draw, in glXMakeContextCurrent() function 1256 return glXMakeContextCurrent( dpy, drawable, drawable, ctx ); in glXMakeCurrent() 2262 return glXMakeContextCurrent( dpy, draw, read, ctx ); in glXMakeCurrentReadSGI()
|
/external/mesa3d/docs/relnotes/ |
D | 7.3.rst | 44 - Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
|
D | 18.1.4.rst | 44 - glx: Don't allow glXMakeContextCurrent() with only one valid drawable
|
D | 3.3 | 148 The new function, glXMakeContextCurrent(), in GLX 1.3 now works in Mesa.
|
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 264 GLX_ALIAS(Bool, glXMakeContextCurrent,
|
D | glxcmds.c | 2493 GLX_FUNCTION(glXMakeContextCurrent), 2521 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 276 glXMakeContextCurrent(fDisplay, None, None, nullptr); in destroyGLContext()
|
/external/skqp/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 | 741 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(), in makeCurrent() 747 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(), in clearCurrent()
|
/external/mesa3d/include/GL/ |
D | glx.h | 271 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
|
D | glxext.h | 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 530 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent() function 1101 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
|
/external/mesa3d/docs/ |
D | dispatch.rst | 19 ``glXMakeContextCurrent``.
|
/external/swiftshader/include/GL/ |
D | glxext.h | 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 311 #define glXMakeContextCurrent GLXEW_GET_FUN(__glewXMakeContextCurrent) macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 20008 …r = ((glXMakeContextCurrent = (PFNGLXMAKECONTEXTCURRENTPROC)glewGetProcAddress((const GLubyte*)"gl… in _glewInit_GLX_VERSION_1_3()
|