Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp106 glXDestroyContext(fDisplay, fGLContext); in onInitializeContext()
168 glXDestroyContext(fDisplay, fGLContext); in onDestroyContext()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c52 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
Dglx_api.c1392 glXDestroyContext( Display *dpy, GLXContext ctx ) in glXDestroyContext() function
/third_party/glfw/src/
Dglx_context.h102 #define glXDestroyContext _glfw.glx.DestroyContext macro
Dglx_context.c230 glXDestroyContext(_glfw.x11.display, window->context.glx.handle); in destroyContextGLX()
/third_party/mesa3d/docs/relnotes/
D7.6.1.rst38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug
D9.1.4.rst106 - st/glx: add null ctx check in glXDestroyContext()
107 - xlib: add null ctx check in glXDestroyContext()
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp278 glXDestroyContext(fDisplay, fContext); in destroyGLContext()
/third_party/mesa3d/include/GL/
Dglx.h188 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
/third_party/mesa3d/docs/
Dxlibdriver.rst130 the client calls the glXCreateContext() or glXDestroyContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp186 GET_FNPTR_OR_ERROR(&mFnPtrs->destroyContextPtr, glXDestroyContext); in initialize()
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DGLX_AMD_gpu_association.txt307 glXDestroyContext. If an associated context is passed into
308 glXDestroyContext, the result is undefiend.
/third_party/openGLES/extensions/AMD/
DGLX_AMD_gpu_association.txt307 glXDestroyContext. If an associated context is passed into
308 glXDestroyContext, the result is undefiend.
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp734 glXDestroyContext(m_glxDisplay.getXDisplay(), m_GLXContext); in ~GlxRenderContext()
/third_party/mesa3d/src/glx/
Dglxcmds.c498 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext() function
2542 GLX_FUNCTION(glXDestroyContext),