Home
last modified time | relevance | path

Searched refs:glXDestroyWindow (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c82 { "glXDestroyWindow", (__GLXextFuncPtr) glXDestroyWindow },
Dglx_api.c1905 glXDestroyWindow( Display *dpy, GLXWindow window ) in glXDestroyWindow() function
/external/mesa3d/include/GL/
Dglx.h252 extern void glXDestroyWindow( Display *dpy, GLXWindow window );
Dglxext.h133 void glXDestroyWindow (Display *dpy, GLXWindow win);
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c468 glXDestroyWindow(Display *dpy, GLXWindow window) in glXDestroyWindow() function
1095 { "glXDestroyWindow", (__GLXextFuncPtr) glXDestroyWindow },
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp237 GET_FNPTR_OR_ERROR(&mFnPtrs->destroyWindowPtr, glXDestroyWindow); in initialize()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp469 glXDestroyWindow(m_x11Display.getXDisplay(), m_GLXDrawable); in ~GlxWindow()
/external/mesa3d/src/glx/
Dglx_pbuffer.c1006 glXDestroyWindow(Display * dpy, GLXWindow win) in glXDestroyWindow() function
Dglxcmds.c2487 GLX_FUNCTION(glXDestroyWindow),
/external/swiftshader/include/GL/
Dglxext.h133 void glXDestroyWindow (Display *dpy, GLXWindow win);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h305 #define glXDestroyWindow GLXEW_GET_FUN(__glewXDestroyWindow) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20002 …r = ((glXDestroyWindow = (PFNGLXDESTROYWINDOWPROC)glewGetProcAddress((const GLubyte*)"glXDestroyWi… in _glewInit_GLX_VERSION_1_3()