Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
DRELEASE_NOTES19 o glXMakeContextCurrent (a GLX 1.3 feature)
21 glXMakeContextCurrent should work with the readable drawable. The
/external/virglrenderer/src/
Dvrend_winsys_glx.c103 return glXMakeContextCurrent(d->display, d->pbuffer, d->pbuffer, virglctx); in virgl_glx_make_context_current()
/external/mesa3d/docs/_extra/specs/
DMESA_multithread_makecurrent.spec80 glXMakeContextCurrent will generate a BadAccess error.
83 then glXMakeContextCurrent will generate a BadAccess error.
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
Dglx_api.c1179 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/
D7.3.rst44 - Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
D18.1.4.rst44 - glx: Don't allow glXMakeContextCurrent() with only one valid drawable
D3.3148 The new function, glXMakeContextCurrent(), in GLX 1.3 now works in Mesa.
/external/mesa3d/src/glx/
Dglxcurrent.c264 GLX_ALIAS(Bool, glXMakeContextCurrent,
Dglxcmds.c2493 GLX_FUNCTION(glXMakeContextCurrent),
2521 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp276 glXMakeContextCurrent(fDisplay, None, None, nullptr); in destroyGLContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp269 glXMakeContextCurrent(fDisplay, None, None, nullptr); in destroyGLContext()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp741 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(), in makeCurrent()
747 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(), in clearCurrent()
/external/mesa3d/include/GL/
Dglx.h271 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
Dglxext.h140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c530 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent() function
1101 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
/external/mesa3d/docs/
Ddispatch.rst19 ``glXMakeContextCurrent``.
/external/swiftshader/include/GL/
Dglxext.h140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h311 #define glXMakeContextCurrent GLXEW_GET_FUN(__glewXMakeContextCurrent) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20008 …r = ((glXMakeContextCurrent = (PFNGLXMAKECONTEXTCURRENTPROC)glewGetProcAddress((const GLubyte*)"gl… in _glewInit_GLX_VERSION_1_3()