Home
last modified time | relevance | path

Searched refs:__glXSetupForCommand (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/glx/
Dglx_pbuffer.c78 opcode = __glXSetupForCommand(dpy); in ChangeDrawableAttribute()
277 opcode = __glXSetupForCommand(dpy); in __glXGetDrawableAttribute()
448 opcode = __glXSetupForCommand(dpy); in protocolDestroyDrawable()
499 opcode = __glXSetupForCommand(dpy); in CreateDrawable()
594 opcode = __glXSetupForCommand(dpy); in CreatePbuffer()
678 opcode = __glXSetupForCommand(dpy); in DestroyPbuffer()
Dglxcmds.c261 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy); in glx_context_init()
481 CARD8 opcode = __glXSetupForCommand(dpy); in glx_send_destroy_context()
646 opcode = __glXSetupForCommand(dpy); in glXCopyContext()
719 opcode = __glXSetupForCommand(dpy); in glXCreateGLXPixmap()
802 opcode = __glXSetupForCommand(dpy); in glXDestroyGLXPixmap()
864 opcode = __glXSetupForCommand(dpy); in glXSwapBuffers()
1442 opcode = __glXSetupForCommand(dpy); in glXImportContextEXT()
1771 opcode = __glXSetupForCommand(dpy); in glXSwapIntervalSGI()
2002 opcode = __glXSetupForCommand(dpy); in glXCreateGLXPixmapWithConfigSGIX()
2374 opcode = __glXSetupForCommand(dpy); in glXCopySubBufferMESA()
[all …]
Dindirect_glx.c88 int opcode = __glXSetupForCommand(dpy); in SendMakeCurrentRequest()
291 opcode = __glXSetupForCommand(psc->dpy); in indirect_create_context_attribs()
Dglxclient.h671 extern CARD8 __glXSetupForCommand(Display * dpy);
Dglxext.c1005 __glXSetupForCommand(Display * dpy) in __glXSetupForCommand() function
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst291 - glx: Remove unused __glXSetupForCommand from __glXIsDirect