Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc41 glXDestroyContext(g_xlib_display, context_); in Init()
101 glXDestroyContext(g_xlib_display, context); in DeleteContext()
/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.cpp106 glXDestroyContext(fDisplay, fGLContext); in onInitializeContext()
157 glXDestroyContext(fDisplay, fGLContext); in onDestroyContext()
/external/mesa3d/include/GL/
Dglx_mangle.h31 #define glXDestroyContext mglXDestroyContext macro
Dglx.h193 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
/external/virglrenderer/src/
Dvirgl_glx_context.c98 glXDestroyContext(d->display,ctx); in virgl_glx_destroy_context()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c52 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
Dglx_api.c1422 glXDestroyContext( Display *dpy, GLXContext ctx ) in glXDestroyContext() function
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc98 glXDestroyContext(display_, context_); in Destroy()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp271 glXDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp271 glXDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c199 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext() function
1106 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp723 glXDestroyContext(m_glxDisplay.getXDisplay(), m_GLXContext); in ~GlxRenderContext()
/external/mesa3d/src/glx/
Dglxcmds.c452 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext() function
2467 GLX_FUNCTION(glXDestroyContext),