Home
last modified time | relevance | path

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

/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp106 glXDestroyContext(fDisplay, fGLContext); in onInitializeContext()
157 glXDestroyContext(fDisplay, fGLContext); in onDestroyContext()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp107 glXDestroyContext(fDisplay, fGLContext); in onInitializeContext()
169 glXDestroyContext(fDisplay, fGLContext); in onDestroyContext()
/external/virglrenderer/src/
Dvirgl_glx_context.c98 glXDestroyContext(d->display,ctx); in virgl_glx_destroy_context()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c52 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
Dglx_api.c1398 glXDestroyContext( Display *dpy, GLXContext ctx ) in glXDestroyContext() function
/external/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()
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc98 glXDestroyContext(display_, context_); in Destroy()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp272 glXDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp271 glXDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/mesa3d/include/GL/
Dglx.h188 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp176 GET_FNPTR_OR_ERROR(&mFnPtrs->destroyContextPtr, glXDestroyContext); in initialize()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c195 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext() function
1065 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
/external/mesa3d/docs/
Dxlibdriver.rst182 the client calls the glXCreateContext() or glXDestroyContext()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp735 glXDestroyContext(m_glxDisplay.getXDisplay(), m_GLXContext); in ~GlxRenderContext()
/external/mesa3d/src/glx/
Dglxcmds.c491 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext() function
2457 GLX_FUNCTION(glXDestroyContext),
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h150 extern void glXDestroyContext (Display *dpy, GLXContext ctx);