Searched refs:glXDestroyContext (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 106 glXDestroyContext(fDisplay, fGLContext); in onInitializeContext() 168 glXDestroyContext(fDisplay, fGLContext); in onDestroyContext()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 52 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
|
D | glx_api.c | 1392 glXDestroyContext( Display *dpy, GLXContext ctx ) in glXDestroyContext() function
|
/third_party/glfw/src/ |
D | glx_context.h | 102 #define glXDestroyContext _glfw.glx.DestroyContext macro
|
D | glx_context.c | 230 glXDestroyContext(_glfw.x11.display, window->context.glx.handle); in destroyContextGLX()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.6.1.rst | 38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug
|
D | 9.1.4.rst | 106 - st/glx: add null ctx check in glXDestroyContext() 107 - xlib: add null ctx check in glXDestroyContext()
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 278 glXDestroyContext(fDisplay, fContext); in destroyGLContext()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 188 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
|
/third_party/mesa3d/docs/ |
D | xlibdriver.rst | 130 the client calls the glXCreateContext() or glXDestroyContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 186 GET_FNPTR_OR_ERROR(&mFnPtrs->destroyContextPtr, glXDestroyContext); in initialize()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 307 glXDestroyContext. If an associated context is passed into 308 glXDestroyContext, the result is undefiend.
|
/third_party/openGLES/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 307 glXDestroyContext. If an associated context is passed into 308 glXDestroyContext, the result is undefiend.
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 734 glXDestroyContext(m_glxDisplay.getXDisplay(), m_GLXContext); in ~GlxRenderContext()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 498 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext() function 2542 GLX_FUNCTION(glXDestroyContext),
|